supervision-js
    Preparing search index...

    Interface EllipseAnnotationRenderer

    interface EllipseAnnotationRenderer {
        id: string;
        kind: "ellipse";
        style?: EllipseStyle | null;
    }

    Hierarchy

    • BaseAnnotationRenderer
      • EllipseAnnotationRenderer
    Index
    id: string

    Stable identity within one presentation.

    kind: "ellipse"
    style?: EllipseStyle | null