Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Entry

Hierarchy

Implemented by

Index

Methods

getMenu

getType

  • getType(): string
  • Returns string

    The type of the entry.

hide

  • hide(): void
  • Hide entry in the menu.

    Returns void

isHidden

  • isHidden(): boolean
  • Returns boolean

    Indicates if item is hidden from display.

setMenu

  • setMenu(menu: Menu): void
  • Sets the parent menu for this entry.

    Parameters

    • menu: Menu

      The menu the entry is attached to.

    Returns void

show

  • show(): void
  • Show entry in the menu.

    Returns void

Generated using TypeDoc