Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters associated with the menu widget created by the menu registry.

Hierarchy

  • MenuWidgetParameters

Index

Properties

context

context: any

The source context to which the MenuViewModel context is sync'ed, if it's an observable, or the source context itself if it's not.

domElement

domElement: HTMLElement

Reference to the DOM element where this menu widget is hosted.

hoistMenu

hoistMenu: boolean

Whether the menu should be hoisted.

menuId

menuId: string

The ID of the menu represented by this menu widget.

view

view: ViewBase

The view that is hosting the menu widget.

widgetView

widgetView: MenuView

The created and attached menu widget view.

widgetViewModel

widgetViewModel: MenuViewModel

The menu widget view model.