A11yTree - v0.2.2
    Preparing search index...

    Interface A11yTreeRendererProps

    interface A11yTreeRendererProps {
        className?: string;
        fallback?: (props: A11yTreeErrorFallbackProps) => ReactNode;
    }
    Index

    Properties

    className?: string
    fallback?: (props: A11yTreeErrorFallbackProps) => ReactNode

    Custom error UI replacing the built-in dialog. Renders in place of the tree container (which may be visually hidden); wrap in A11yTreeFallbackRenderer with portal if the error should be visible.