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

Properties

Properties

close: boolean
fill: boolean
options: ShapeData
type: SingleOrMultiple<string>