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