supervision-js
    Preparing search index...

    Interface PolygonAnnotationRenderer

    interface PolygonAnnotationRenderer {
        id: string;
        kind: "polygon";
        style?: PolygonStyle | null;
    }

    Hierarchy

    • BaseAnnotationRenderer
      • PolygonAnnotationRenderer
    Index
    id: string

    Stable identity within one presentation.

    kind: "polygon"
    style?: PolygonStyle | null