allowKeyboardFocus
True if this container itself 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 and no longer checked.
Related
- class UIContainer abstractA base view class that represents a container component with no specific layout or styling.