supervision-js
    Preparing search index...

    Interface BoxAnnotationRenderer

    interface BoxAnnotationRenderer {
        id: string;
        kind: "box";
        style?: BoxStyle | null;
    }

    Hierarchy

    • BaseAnnotationRenderer
      • BoxAnnotationRenderer
    Index
    id: string

    Stable identity within one presentation.

    kind: "box"
    style?: BoxStyle | null