allowKeyboardFocus
True if this container may receive input focus using the keyboard (e.g. Tab key).
allowKeyboardFocus?: boolean;
Notes
- This property can’t be changed after rendering.
- If this property is set to true, allowFocus is assumed to be true as well.
Related
class UIContainer abstract
A base view class that represents a container element with no specific layout or styling.
