supervision-js
    Preparing search index...

    Interface MarkerAnnotationRenderer

    interface MarkerAnnotationRenderer {
        id: string;
        kind: "marker";
        style?: MarkerStyle | null;
    }

    Hierarchy

    • BaseAnnotationRenderer
      • MarkerAnnotationRenderer
    Index
    id: string

    Stable identity within one presentation.

    kind: "marker"
    style?: MarkerStyle | null