Options
All
  • Public
  • Public/Protected
  • All
Menu

Item wraps content in a navigation list.

Items should not have any siblings that are not other Items.

Hierarchy

Implements

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

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

    Parameters

    Returns Item

Properties

activate

activate: Activate<Item> = activate(this)(get(this))

attrs

children

children: Content[]

deactivate

deactivate: Deactivate<Item> = deactivate(this)(get(this))

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

content

content: object

render

  • render(): string | (Node | Element | HTMLElement)[]

root

root: object

class

class: string = concat(ITEM,(this.attrs.ww && this.attrs.ww.active) ? ACTIVE : null)

id

id: string = "root"

Generated using TypeDoc