Class CanvasItemChanges
Represents item changes of the canvas
widget.
Constructors
CanvasItemChanges(Partial<CanvasItemChanges>)
Declaration
new CanvasItemChanges(init?: Partial<CanvasItemChanges>)
Parameters
Properties
A barcode format for BarcodePlaceholder
.
Declaration
Property Value
Type |
Description |
string |
A barcode format for BarcodePlaceholder .
|
barcodeSubType
A barcode subtype for BarcodePlaceholder
.
Declaration
Property Value
Type |
Description |
string |
A barcode subtype for BarcodePlaceholder .
|
color
The fill color for backgrounds and shapes. This value may be the same as fillColor
to support oldParams
.
Declaration
Property Value
Type |
Description |
string |
The fill color for backgrounds and shapes. This value may be the same as fillColor to support oldParams .
|
contentPermissions
Declaration
contentPermissions?: Object
Property Value
effect
An image effect, either sepia
or grayscale
.
Declaration
Property Value
Type |
Description |
string |
An image effect, either sepia or grayscale .
|
fillColor
The fill color for backgrounds and shapes. This value may be the same as color
to support oldParams
.
Declaration
Property Value
Type |
Description |
string |
The fill color for backgrounds and shapes. This value may be the same as color to support oldParams .
|
font
Declaration
Property Value
image
Declaration
Property Value
location
Declaration
Property Value
locked
Declaration
Property Value
name
Declaration
Property Value
placeholderContent
Declaration
placeholderContent?: Object
Property Value
Type |
Description |
Object |
Placeholder content data.
For details, see PlaceholderItem.
|
placeholderPermissions
Declaration
placeholderPermissions?: Object
Property Value
position
Declaration
Property Value
size
Declaration
Property Value
Type |
Description |
Object |
The shape size
|
Declaration
tags?: [key: string]: any
Property Value
Type |
Description |
[key: string]: any |
|
text
Declaration
Property Value
type
Declaration
Property Value
value
Declaration
Property Value
visualizationPermissions
Declaration
visualizationPermissions?: Object
Property Value