supervision-js
    Preparing search index...

    Interface PolygonDrawInstruction

    interface PolygonDrawInstruction {
        fill?: BoxFillStyle;
        points: readonly Point[];
        stroke?: BoxStrokeStyle;
    }
    Index
    points: readonly Point[]