Class DrawableComponentAbstract

The base class of the drawable component

Hierarchy (view full)

Implements

Constructors

Properties

children: IComposable[]

Contains all child components

componentName: string

The readable component name that appears to devtool

currentElement?: Element
elementAttributes: Map<string, string> = ...
elementTag: keyof HTMLElementTagNameMap
isAlive: boolean = false

Whether the component was dispose

parent: undefined | DrawableComponent

The parent of this component, undefined means it's the root

Methods