Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActiveDescendantFocusHookReturnValue<E>

internal
remarks

@since 5.0.0

Type parameters

  • E: HTMLElement

Hierarchy

Index

Properties

aria-activedescendant: string

The current DOM id of a child that has keyboard focus.

focusIndex: MutableRefObject<number>
onFocus: FocusEventHandler<E>
onKeyDown: KeyboardEventHandler<E>
providerProps: Readonly<ActiveDescendantContext>

An object of props that should be passed to the ActiveDescendantMovementProvider.

Generated using TypeDoc