Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/menu/browser-menu-plugin
MenuWidgetFactory
Interface MenuWidgetFactory
interface
MenuWidgetFactory
{
createMenuWidget
(
effectiveMenuPath
:
MenuPath
,
menu
:
Submenu
,
contextMatcher
:
ContextMatcher
,
options
:
BrowserMenuOptions
,
args
?:
unknown
[]
,
)
:
Menu
;
}
Implemented by
BrowserMainMenuFactory
Index
Methods
create
Menu
Widget
Methods
create
Menu
Widget
createMenuWidget
(
effectiveMenuPath
:
MenuPath
,
menu
:
Submenu
,
contextMatcher
:
ContextMatcher
,
options
:
BrowserMenuOptions
,
args
?:
unknown
[]
,
)
:
Menu
Parameters
effectiveMenuPath
:
MenuPath
menu
:
Submenu
contextMatcher
:
ContextMatcher
options
:
BrowserMenuOptions
Optional
args
:
unknown
[]
Returns
Menu
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
Menu
Widget
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...