Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
ContentActionHandler
Interface ContentActionHandler
interface
ContentActionHandler
{
callback
:
(
(
content
,
event
?
)
=>
void
)
;
disposables
:
DisposableGroup
;
}
Index
Properties
callback
disposables
Properties
callback
callback
:
(
(
content
,
event
?
)
=>
void
)
Type declaration
(
content
,
event
?
)
:
void
Parameters
content
:
string
Optional
event
:
KeyboardEvent
|
MouseEvent
Returns
void
Readonly
disposables
disposables
:
DisposableGroup
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
callback
disposables
Theia TypeDoc
Loading...