@witchcraft/editor
Github
Issues
npm
Preparing search index...
pm/features/CommandsMenus/types
CommandBarMenu
Type Alias CommandBarMenu
type
CommandBarMenu
=
{
commands
:
(
CommandBarCommand
|
CommandBarGroup
)
[]
;
enabled
:
true
|
false
|
Record
<
string
,
boolean
>
;
options
?:
{
onlyOpenOnSelection
?:
boolean
}
;
}
Index
Properties
commands
enabled
options?
Properties
commands
commands
:
(
CommandBarCommand
|
CommandBarGroup
)
[]
enabled
enabled
:
true
|
false
|
Record
<
string
,
boolean
>
Optional
options
options
?:
{
onlyOpenOnSelection
?:
boolean
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
commands
enabled
options
Github
Issues
npm
@witchcraft/editor
Loading...