ThemeBinding
Classes
ThemeBinding
Implements
Constructors
Constructor
new ThemeBinding(): ThemeBinding;
Returns
Properties
altline
altline: string;
barcode
barcode: string;
border
border: string;
clipartColors?
optional clipartColors?: string[] = [];
fill
fill: string;
horizontal
horizontal: string;
img
img: string;
line
line: string;
shadow
shadow: string;
stroke
stroke: string;
styles
styles: string[] = [];
text
text: string;
textFill
textFill: string;
vertical
vertical: string;
Methods
clone()
clone(): ThemeBinding;
Returns
equals()
equals(other): any;
Parameters
| Parameter | Type |
|---|---|
other | ThemeBinding |
Returns
any
Implementation of
fromRaw()
static fromRaw(object): ThemeBinding;
Parameters
| Parameter | Type |
|---|---|
object | any |