supervision-js
    Preparing search index...

    Interface BoxCornerAnnotationRenderer

    interface BoxCornerAnnotationRenderer {
        id: string;
        kind: "box-corners";
        style?: BoxCornerStyle | null;
    }

    Hierarchy

    • BaseAnnotationRenderer
      • BoxCornerAnnotationRenderer
    Index
    id: string

    Stable identity within one presentation.

    kind: "box-corners"
    style?: BoxCornerStyle | null