Rezi
Preparing search index...
core/src
DropdownRoutingCtx
Type Alias DropdownRoutingCtx
DropdownRoutingCtx
:
Readonly
<
{
dropdownId
:
string
;
items
:
readonly
DropdownItem
[]
;
onClose
?:
()
=>
void
;
onSelect
?:
(
item
:
DropdownItem
)
=>
void
;
selectedIndex
:
number
;
}
,
>
Dropdown routing context.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Dropdown routing context.