Options
All
  • Public
  • Public/Protected
  • All
Menu

ListLayout is used to create a vertical list of content.

Children must be ListGroupItems.

Hierarchy

Implements

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

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

    Parameters

    Returns ListLayout

Properties

attrs

children

children: Content[]

removeContent

removeContent: RemoveContent<this> = removeContent(this)(_get(this))

setContent

setContent: SetContent<this> = setContent(this)(_get(this))

view

view: View = new layout.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

class

class: string = concat(LIST_LAYOUT, LAYOUT, this.attrs.ww && this.attrs.ww.class)

id

id: string = "list"

Generated using TypeDoc