A11yTree - v0.2.2
    Preparing search index...

    Interface A11yTreeSlotProps

    interface A11yTreeSlotProps {
        id: string;
        render: (content: ReactNode) => ReactNode;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for this slot.

    render: (content: ReactNode) => ReactNode

    Wraps the slot content, e.g. (content) => <NavigableList>{content}</NavigableList>.