Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/selection-command-handler
SelectionCommandHandler
SelectionOptions
Interface SelectionOptions<Multi, T>
interface
SelectionOptions
<
Multi
extends
boolean
,
T
>
{
multi
:
Multi
;
execute
(
selection
:
T
,
...
args
:
any
[]
)
:
any
;
isEnabled
?
(
selection
:
T
,
...
args
:
any
[]
)
:
boolean
;
isVisible
?
(
selection
:
T
,
...
args
:
any
[]
)
:
boolean
;
}
Type Parameters
Multi
extends
boolean
T
Index
Properties
multi
Methods
execute
is
Enabled?
is
Visible?
Properties
multi
multi
:
Multi
Methods
execute
execute
(
selection
:
T
,
...
args
:
any
[]
)
:
any
Parameters
selection
:
T
...
args
:
any
[]
Returns
any
Optional
is
Enabled
isEnabled
?
(
selection
:
T
,
...
args
:
any
[]
)
:
boolean
Parameters
selection
:
T
...
args
:
any
[]
Returns
boolean
Optional
is
Visible
isVisible
?
(
selection
:
T
,
...
args
:
any
[]
)
:
boolean
Parameters
selection
:
T
...
args
:
any
[]
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
multi
Methods
execute
is
Enabled
is
Visible
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...