Rezi
Preparing search index...
core/src
CommandSource
Type Alias CommandSource
CommandSource
:
Readonly
<
{
getItems
:
(
query
:
string
,
)
=>
readonly
CommandItem
[]
|
Promise
<
readonly
CommandItem
[]
>
;
id
:
string
;
name
:
string
;
prefix
?:
string
;
priority
?:
number
;
}
,
>
Source of commands for CommandPalette.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Source of commands for CommandPalette.