Constructors
constructor
- new IIDecorator(
kind: DecoratorKind,
style: {
color?: string;
fill?: string;
opacity?: number;
width?: number;
[key: string]: undefined | string | number;
},
): IIDecorator Parameters
- kind: DecoratorKind
- style: {
color?: string;
fill?: string;
opacity?: number;
width?: number;
[key: string]: undefined | string | number;
}
Methods
clone
- clone(): IIDecorator
Properties
id
id: string
kind
style