interface IPolygonMaskDraw {
    enable: boolean;
    stroke: IPolygonMaskDrawStroke;
}

Implemented by

Properties

Properties

enable: boolean