Search
Preparing search index...
The search index is not available
@extraterm/extraterm-extension-api
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Event
Interface Event<T>
Function which represents a specific event which you can subscribe to.
Type parameters
T
Hierarchy
Event
Callable
__call
(
listener
:
(
e
:
T
)
=>
any
)
:
Disposable
Function which represents a specific event which you can subscribe to.
Parameters
listener:
(
e
:
T
)
=>
any
(
e
:
T
)
:
any
Parameters
e:
T
Returns
any
Returns
Disposable
Globals
Event
Generated using
TypeDoc
Function which represents a specific event which you can subscribe to.