supervision-js
    Preparing search index...

    Interface PolylineDrawInstruction

    interface PolylineDrawInstruction {
        points: readonly Point[];
        stroke: BoxStrokeStyle;
    }
    Index
    points: readonly Point[]