Options
All
  • Public
  • Public/Protected
  • All
Menu

HorizontalLayout uses the css flexbox to provide a container where all items are laid out in a single row.

Hierarchy

Implements

  • Widget

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

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

    Parameters

    Returns HorizontalLayout

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

values

root

root: object

root element values.

class

class: string = concat(HORIZONTAL_LAYOUT)

class names of the root element.

Generated using TypeDoc