Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SidebarMenuServiceInterface

Hierarchy

  • SidebarMenuServiceInterface

Index

Properties

items

Menu items organized in a tree structure with an array on the root level.

Supported actions that can be performed on the retrieved items structure:

  • Adding new items in any place of the tree
  • Updating existing items
  • Deleting existing items
returns

Methods

closeMenu

  • closeMenu(): void
  • Slides the Sidebar Menu user interface out of view.

    Returns void

getActiveItem

goToItem

  • Note: only works for items that are visible in the menu.

    Parameters

    Returns Promise<void>

    Promise that resolves when navigation has completed and rejects if user has canceled the action (e.g. to keep unsaved changes in the current view).

goToRoot

  • goToRoot(): void

openMenu

  • openMenu(): void
  • Slides the Sidebar Menu user interface into view.

    Returns void

Generated using TypeDoc