Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GenericControl<V, A>

GenericControl implements the methods of the Control interface.

Type parameters

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

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

    Parameters

    Returns GenericControl

Properties

attrs

attrs: WidgetAttrs<A>

children

children: Content[]

Abstract view

view: View

view for this Component.

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

Methods

removed

  • removed(): void
  • Returns void

render

  • render(): Content
  • Returns Content

rendered

  • rendered(): void
  • Returns void

Generated using TypeDoc