pdfrx_web
    Preparing search index...

    Interface UseImageAnnotationDropOptions

    interface UseImageAnnotationDropOptions {
        enabled?: boolean;
        onError?: (error: unknown, file: File) => void;
    }
    Index
    enabled?: boolean

    Disables both handlers while preserving their identities. Defaults to true.

    onError?: (error: unknown, file: File) => void

    Receives image decoding or annotation insertion failures.