supervision-js
    Preparing search index...

    Interface PolygonDrawInstruction

    interface PolygonDrawInstruction {
        points: readonly Point[];
        fill?: FillStyle;
        stroke?: StrokeStyle;
    }
    Index
    points: readonly Point[]
    fill?: FillStyle
    stroke?: StrokeStyle