class TextArea

Extends:
UIComponent, ContainerComponent, TextComponent, ScrollableComponent

Description:

TextArea is a multi-line text field with multiple text-wrapping modes.
TextArea extends TextComponent and ScrollableComponent classes, which extend UIComponent class.

Constructor

constructor([text])

Creates an instance of TextArea object.

Parameters:

Name Type Description

[text]

string

Initial text value of the component.

Members

Methods

From this class:

Inherited from UIComponent:

Inherited from TextComponent:

Inherited from ContainerComponent:

Inherited from ScrollableComponent: