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

Implemented by

Properties

Properties

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