Rezi
Preparing search index...
core/src
DropdownProps
Type Alias DropdownProps
DropdownProps
:
Readonly
<
{
anchorId
:
string
;
dsSize
?:
WidgetSize
;
dsTone
?:
WidgetTone
;
dsVariant
?:
WidgetVariant
;
frameStyle
?:
OverlayFrameStyle
;
id
:
string
;
items
:
readonly
DropdownItem
[]
;
key
?:
string
;
onClose
?:
()
=>
void
;
onSelect
?:
(
item
:
DropdownItem
)
=>
void
;
position
?:
DropdownPosition
;
}
,
>
Props for dropdown menu. Positioned relative to an anchor element.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for dropdown menu. Positioned relative to an anchor element.