selectable
True if text selection should be enabled within this element.
selectable?: boolean;
Notes
- Defaults to false.
- This property is not observed and cannot be changed after rendering.
- If set, this value overrides the
userTextSelectstyle property.
Related
class UIText
A view class that represents a text element.
