Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AriaOnFocusProps<Option, Group>

Type parameters

Hierarchy

  • AriaOnFocusProps

Index

Properties

context: OptionContext

String indicating whether the option was focused in the menu or as (multi-) value

focused: Option

Option that is being focused

isDisabled: boolean

Boolean indicating whether focused menu option has been disabled

isSelected: boolean

Boolean indicating whether focused menu option is an already selected option

label: string

String derived label from focused option/value

options: OptionsOrGroups<Option, Group>

Options provided as props to Select used to determine indexing

selectValue: <internal>.Options<Option>

selected option(s) of the Select

Generated using TypeDoc