TextSelectable: Boolean
The TextSelectable property determines whether it is available to select the text of the text area.
Available values:
true. Selecting of the text in text area is available (default).
false. Selecting of the text in the text area is unavailable.
Use JSON or the setTextSelectable method to set the property value and the getTextSelectable method to get the property value.
The example of property use is given in description of the TextArea.getContentNode method.
See also: