Type Alias AnnotationInstance

AnnotationInstance: {
    annotation: AnnotationProps;
    id: string;
    layer: AnnotationLayer;
    priority: number;
    rank: number;
    ref: RefObject<HTMLDivElement | null> | null;
    state: AnnotationInstanceState;
}

Type declaration