Rezi
Preparing search index...
core/src
CommandPaletteProps
Type Alias CommandPaletteProps
CommandPaletteProps
:
Readonly
<
{
accessibleLabel
?:
string
;
focusable
?:
boolean
;
focusConfig
?:
FocusConfig
;
frameStyle
?:
OverlayFrameStyle
;
id
:
string
;
key
?:
string
;
loading
?:
boolean
;
maxVisible
?:
number
;
onChange
:
(
query
:
string
)
=>
void
;
onClose
:
()
=>
void
;
onSelect
:
(
item
:
CommandItem
)
=>
void
;
onSelectionChange
?:
(
index
:
number
)
=>
void
;
open
:
boolean
;
placeholder
?:
string
;
query
:
string
;
selectedIndex
:
number
;
selectionStyle
?:
TextStyle
;
sources
:
readonly
CommandSource
[]
;
width
?:
number
;
}
,
>
Props for CommandPalette widget. Quick-access command execution and navigation.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for CommandPalette widget. Quick-access command execution and navigation.