allowKeyboardFocus
True if this element may receive input focus using the keyboard (e.g. Tab key).
allowKeyboardFocus?: boolean;
Notes
- This property is not observed and cannot be changed after rendering.
- If set to true, allowFocus is assumed to be true as well.
Related
class UIText
A view class that represents a text element.
