Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/output
browser/output-context-menu
OutputContextMenuService
Class OutputContextMenuService
Hierarchy (
View Summary
)
MonacoContextMenuService
OutputContextMenuService
Index
Constructors
constructor
Properties
_
service
Brand
context
Menu
Renderer
on
Did
Hide
Context
Menu
Emitter
on
Did
Show
Context
Menu
Emitter
Accessors
on
Did
Hide
Context
Menu
on
Did
Show
Context
Menu
Methods
menu
Path
populate
Menu
show
Context
Menu
to
Anchor
Constructors
constructor
new
OutputContextMenuService
()
:
OutputContextMenuService
Returns
OutputContextMenuService
Properties
Readonly
_
service
Brand
_serviceBrand
:
undefined
Protected
Readonly
context
Menu
Renderer
contextMenuRenderer
:
ContextMenuRenderer
Protected
Readonly
on
Did
Hide
Context
Menu
Emitter
onDidHideContextMenuEmitter
:
Emitter
<
void
>
Protected
Readonly
on
Did
Show
Context
Menu
Emitter
onDidShowContextMenuEmitter
:
Emitter
<
void
>
Accessors
on
Did
Hide
Context
Menu
get
onDidHideContextMenu
()
:
Event
<
void
>
Returns
Event
<
void
>
on
Did
Show
Context
Menu
get
onDidShowContextMenu
()
:
Event
<
void
>
Returns
Event
<
void
>
Methods
Protected
menu
Path
menuPath
()
:
MenuPath
Returns
MenuPath
Protected
populate
Menu
populateMenu
(
menu
:
Menu
,
actions
:
readonly
IAction
[]
)
:
void
Parameters
menu
:
Menu
actions
:
readonly
IAction
[]
Returns
void
show
Context
Menu
showContextMenu
(
delegate
:
IContextMenuDelegate
)
:
void
Parameters
delegate
:
IContextMenuDelegate
Returns
void
to
Anchor
toAnchor
(
anchor
:
HTMLElement
|
Coordinate
|
StandardMouseEvent
)
:
Anchor
Parameters
anchor
:
HTMLElement
|
Coordinate
|
StandardMouseEvent
Returns
Anchor
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
service
Brand
context
Menu
Renderer
on
Did
Hide
Context
Menu
Emitter
on
Did
Show
Context
Menu
Emitter
Accessors
on
Did
Hide
Context
Menu
on
Did
Show
Context
Menu
Methods
menu
Path
populate
Menu
show
Context
Menu
to
Anchor
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...