Documentation

allowKeyboardFocus()

Allows the text element to receive input focus via the keyboard.

allowKeyboardFocus(allow?: boolean): this;

Parameters

Return value

The builder instance for chaining.

Related