Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
notebook
SourceCommand
Class SourceCommand
Implements
Disposable
Index
Constructors
constructor
Properties
command
execution
model
on
Did
Change
State
on
Did
Change
State
Emitter
Methods
dispose
run
run
Command
Constructors
constructor
new
Source
Command
(
command
,
model
)
:
SourceCommand
Parameters
command
:
Command
model
:
NotebookTextModelLike
Returns
SourceCommand
Properties
Readonly
command
command
:
Command
execution
execution
:
undefined
|
Promise
<
void
>
Readonly
model
model
:
NotebookTextModelLike
Readonly
on
Did
Change
State
on
Did
Change
State
:
Event
<
void
>
= ...
Protected
Readonly
on
Did
Change
State
Emitter
on
Did
Change
State
Emitter
:
Emitter
<
void
>
= ...
Methods
dispose
dispose
(
)
:
void
Returns
void
run
run
(
commandService
)
:
Promise
<
void
>
Parameters
commandService
:
CommandService
Returns
Promise
<
void
>
Protected
run
Command
run
Command
(
commandService
)
:
Promise
<
void
>
Parameters
commandService
:
CommandService
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
command
execution
model
on
Did
Change
State
on
Did
Change
State
Emitter
dispose
run
run
Command
Theia TypeDoc
Loading...