Options
All
  • Public
  • Public/Protected
  • All
Menu

Dash are literal horizontal dashes.

These can be used with app/menu/Button to create 'hamburger' menus.

Hierarchy

  • Component<Attrs>
    • Dash

Implements

  • Widget

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

  • new Dash(attrs: Attrs, children: Content[]): Dash
  • children is an array of content passed to this Component.

    Parameters

    • attrs: Attrs
    • children: Content[]

    Returns Dash

Properties

attrs

attrs: Attrs

children

children: Content[]

view

view: View = new Main(this)

Methods

removed

  • removed(): void
  • Returns void

render

  • render(): Content
  • Returns Content

rendered

  • rendered(): void
  • Returns void

Object literals

values

values: object

class

class: object

root

root: string = DASH

Generated using TypeDoc