Interface BrowserMenuOptions

interface BrowserMenuOptions {
    commands: MenuCommandRegistry;
    context?: HTMLElement;
    contextKeyService?: ContextMatcher;
    rootMenuPath: MenuPath;
}

Hierarchy

  • IOptions
    • BrowserMenuOptions

Properties

context?: HTMLElement
contextKeyService?: ContextMatcher
rootMenuPath: MenuPath