Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Component<A>

Component is an abstract Widget implementation that can be used instead of manually implementing the whole interface.

Type parameters

Hierarchy

  • Component

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

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

    Parameters

    Returns Component

Properties

attrs

attrs: A

children

children: Content[]

view

view: View

view for this Component.

The render method by default returns the render result of this View.

Methods

removed

  • removed(): void

render

rendered

  • rendered(): void

Generated using TypeDoc