Options
All
  • Public
  • Public/Protected
  • All
Menu

Header is used to clearly separate headings from the rest of content.

Hierarchy

Implements

  • Widget

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

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

    Parameters

    Returns Header

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

text

text: string = (this.attrs.ww && this.attrs.ww.text) ?this.attrs.ww.text : ''

class

class: object

root

root: string = concat(HEADER, this.attrs.ww ? this.attrs.ww.class : '')

Generated using TypeDoc