Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActiveDescendantMovementProviders<CE, IE>

Type parameters

  • CE: HTMLElement

    The HTMLElement type of the container element that handles the custom keyboard movement.

  • IE: HTMLElement

    The HTMLElement type of each item within the container element that can be focusable.

Hierarchy

  • ActiveDescendantMovementProviders

Index

Properties

activeId: string
focusedIndex: number
itemRefs: ItemRefList<IE>
onKeyDown: MovementHandler<CE>
setFocusedIndex: Dispatch<SetStateAction<number>>

Generated using TypeDoc