supervision-js
    Preparing search index...

    Interface AnnotationEditingState

    interface AnnotationEditingState {
        activeDetectionId: string | number | null;
        activeHandleId: string | null;
        kind: AnnotationGestureStateKind;
        pointerId: number | null;
        preview: Detection | null;
    }
    Index
    activeDetectionId: string | number | null
    activeHandleId: string | null
    pointerId: number | null
    preview: Detection | null