a11y-toolkit
    Preparing search index...

    Interface ArrowKeyNavigatorOptions

    interface ArrowKeyNavigatorOptions {
        homeEnd?: boolean;
        horizontal?: boolean;
        isActive?: boolean;
        loop?: boolean;
        vertical?: boolean;
    }
    Index

    Properties

    homeEnd?: boolean

    If true, pressing the Home key navigates to the first element, and pressing the End key navigates to the last element

    horizontal?: boolean

    If true, enables left and right arrow keys

    isActive?: boolean

    If true, enables the ArrowKeyNavigator on creation

    loop?: boolean

    If true, focus will loop back around when navigating past the first or last element

    vertical?: boolean

    If true, enables up and down arrow keys