Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GenericLayout<A>

GenericLayout provides an implementation of Layout.

Type parameters

Hierarchy

Implements

Index

Constructors

constructor

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

    Parameters

    Returns GenericLayout

Properties

attrs

attrs: WidgetAttrs<A>

children

children: Content[]

removeContent

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

setContent

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

Abstract values

values: object

values available to the View's template.

Type declaration

Abstract view

view: View

view for the GenericLayout.

Methods

removed

  • removed(): void
  • Returns void

render

  • render(): Content
  • Returns Content

rendered

  • rendered(): void
  • Returns void

Generated using TypeDoc