A11yTree - v0.2.2
    Preparing search index...

    Interface A11yTreeContainerProps

    interface A11yTreeContainerProps {
        children: ReactNode;
        render: (content: ReactNode) => ReactNode;
    }
    Index

    Properties

    Properties

    children: ReactNode

    Canvas children that may contain nested a11y elements to be wrapped.

    render: (content: ReactNode) => ReactNode

    Wraps the subtree content, e.g. (content) => <div role="group">{content}</div>.