Documentation

allowFocus()

Allows the text element to receive input focus.

allowFocus(allow?: boolean): this;

Parameters

Return value

The builder instance for chaining.

Related