interface IEffect {
    close: boolean;
    fill: boolean;
    options: ShapeData;
    type: SingleOrMultiple<string>;
}

Implemented by

Properties

Properties

close: boolean

Set this property to false for creating an open shape

fill: boolean

Set this property to false for creating an empty shape

options: ShapeData
type: SingleOrMultiple<string>