Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
MenuCommandExecutorImpl
Class MenuCommandExecutorImpl
Implements
MenuCommandExecutor
Index
Constructors
constructor
Properties
adapter
Registry
command
Registry
Methods
delegate
execute
Command
is
Enabled
is
Toggled
is
Visible
Constructors
constructor
new
Menu
Command
Executor
Impl
(
)
:
MenuCommandExecutorImpl
Returns
MenuCommandExecutorImpl
Properties
Protected
Readonly
adapter
Registry
adapter
Registry
:
MenuCommandAdapterRegistry
Protected
Readonly
command
Registry
command
Registry
:
CommandRegistry
Methods
Protected
delegate
delegate
<
T
>
(
menuPath
,
command
,
commandArgs
,
method
)
:
ReturnType
<
MenuCommandExecutor
[
T
]
>
Type Parameters
T
extends
keyof
MenuCommandExecutor
Parameters
menuPath
:
MenuPath
command
:
string
commandArgs
:
unknown
[]
method
:
T
Returns
ReturnType
<
MenuCommandExecutor
[
T
]
>
execute
Command
execute
Command
(
menuPath
,
command
,
...
commandArgs
)
:
Promise
<
unknown
>
Parameters
menuPath
:
MenuPath
command
:
string
Rest
...
commandArgs
:
unknown
[]
Returns
Promise
<
unknown
>
is
Enabled
is
Enabled
(
menuPath
,
command
,
...
commandArgs
)
:
boolean
Parameters
menuPath
:
MenuPath
command
:
string
Rest
...
commandArgs
:
unknown
[]
Returns
boolean
is
Toggled
is
Toggled
(
menuPath
,
command
,
...
commandArgs
)
:
boolean
Parameters
menuPath
:
MenuPath
command
:
string
Rest
...
commandArgs
:
unknown
[]
Returns
boolean
is
Visible
is
Visible
(
menuPath
,
command
,
...
commandArgs
)
:
boolean
Parameters
menuPath
:
MenuPath
command
:
string
Rest
...
commandArgs
:
unknown
[]
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
adapter
Registry
command
Registry
delegate
execute
Command
is
Enabled
is
Toggled
is
Visible
Theia TypeDoc
Loading...