UI Headless Runtime API - v1.0.0
Preparing search index...
CommandPaletteSelectEvent
Interface CommandPaletteSelectEvent
Command Palette selection payload.
interface
CommandPaletteSelectEvent
{
command
:
Readonly
<
CommandItem
>
;
details
:
ChangeDetails
<
CommandPaletteReason
>
;
}
Index
Properties
command
details
Properties
Readonly
command
command
:
Readonly
<
CommandItem
>
Selected command.
Readonly
details
details
:
ChangeDetails
<
CommandPaletteReason
>
Typed cause and optional native event.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
command
details
UI Headless Runtime API - v1.0.0
Loading...
Command Palette selection payload.