interface IPolygonMaskMove {
    radius: number;
    type: "path" | "radius" | PolygonMaskMoveType;
}

Implemented by

Properties

Properties

radius: number
type: "path" | "radius" | PolygonMaskMoveType