g3-toolkit API Reference
    Preparing search index...

    Interface AnnotationPanelProps

    interface AnnotationPanelProps {
        className?: string;
        elementId: string | null;
        store?: AnnotationStore;
    }
    Index

    Properties

    className?: string
    elementId: string | null