Sanity Library Reference Docs
    Preparing search index...

    Interface RovingFocusPropsBeta

    interface RovingFocusProps {
        direction?: "horizontal" | "vertical";
        initialFocus?: "first" | "last";
        loop?: boolean;
        navigation?: RovingFocusNavigationType[];
        pause?: boolean;
        rootElement: HTMLDivElement | HTMLElement;
    }
    Index

    Properties

    direction?: "horizontal" | "vertical"
    initialFocus?: "first" | "last"
    loop?: boolean
    pause?: boolean
    rootElement: HTMLDivElement | HTMLElement