Docs (4.0.0)
Views

class UIComponent

Base class for built-in UI components.

abstract

class UIComponent
extends View

Description

This class provides common infrastructure for UI components such as UIButton and UIColumn. The UIComponent class is an abstract class and can’t be instantiated or rendered on its own.

UI components can be constructed directly using new, but are often created as part of a ‘preset’ view hierarchy that’s defined using JSX or ui factory functions, e.g.

Type Members

Instance Members

Inherited Members