supervision-js
    Preparing search index...

    Interface AnnotationHandleDefinition

    interface AnnotationHandleDefinition {
        cursor: string;
        edgeIndex?: number;
        geometryIndex?: number;
        hitSize: number;
        id: string;
        kind: AnnotationHandleKind;
        point: Point;
        radius: number;
    }
    Index
    cursor: string
    edgeIndex?: number
    geometryIndex?: number
    hitSize: number
    id: string
    point: Point
    radius: number