MAIDR Documentation - v3.65.0
    Preparing search index...

    Interface UseD3AdapterResult

    Result returned by useD3Adapter.

    interface UseD3AdapterResult {
        maidrData: Maidr | null;
        error: Error | null;
    }
    Index

    Properties

    Properties

    maidrData: Maidr | null

    MAIDR data extracted from the SVG, or null until the first bind completes.

    error: Error | null

    Error thrown by the binder, or null when the last bind succeeded.