Options
All
  • Public
  • Public/Protected
  • All
Menu

MenuIcon provides a css implement icon normally used to toggle a side menu.

Hierarchy

Implements

  • Widget

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

  • children is an array of content passed to this Component.

    Parameters

    Returns MenuIcon

Properties

attrs

children

children: Content[]

view

view: View = new views.Main(this)

Methods

removed

  • removed(): void
  • Returns void

render

  • render(): Content
  • Returns Content

rendered

  • rendered(): void
  • Returns void

Object literals

values

values: object

dash

dash: object

class

class: string = MENU_ICON_DASH

id

id: string = "dash"

root

root: object

class

class: string = MENU_ICON

id

id: string = "root"

Generated using TypeDoc