supervision-js
    Preparing search index...

    Interface PolylineAnnotationRenderer

    interface PolylineAnnotationRenderer {
        id: string;
        kind: "polyline";
        style?: PolylineStyle | null;
    }

    Hierarchy

    • BaseAnnotationRenderer
      • PolylineAnnotationRenderer
    Index
    id: string

    Stable identity within one presentation.

    kind: "polyline"
    style?: PolylineStyle | null