allowKeyboardFocus()
Allows the container to receive input focus via the keyboard.
allowKeyboardFocus(allow?: boolean): this;
Parameters
- allow — If
true, the container can be focused with the keyboard. Defaults totrue.
Return value
The builder instance for chaining.
Related
class ContainerBuilder abstractstatic
An abstract builder class forUIContainerinstances.
