Interface IThemeBindingConfig
A structure defining default colors and styles of design elements. You can specify themeBinding in both IItemDefaultConfig and IDefaultItemsConfig.
Package: IframeApi
Properties
border
The border color.
Declaration
border?: string
Property Value
Type | Description |
---|---|
string |
fill
The fill color.
Declaration
fill?: string
Property Value
Type | Description |
---|---|
string |
img
The color applied with the Hard Light blend mode and 80% opacity to the original image.
Declaration
img?: string
Property Value
Type | Description |
---|---|
string |
line
The line color.
Declaration
line?: string
Property Value
Type | Description |
---|---|
string |
shadow
The text shadow color.
Declaration
shadow?: string
Property Value
Type | Description |
---|---|
string |
stroke
The text stroke color.
Declaration
stroke?: string
Property Value
Type | Description |
---|---|
string |
styles
An array of style names.
Declaration
styles?: string[]
Property Value
Type | Description |
---|---|
string[] |
text
The text color.
Declaration
text?: string
Property Value
Type | Description |
---|---|
string |