allowKeyboardFocus
True if this image 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 UIImage
A view class that represents an image or icon control.
