| name | data type | description | 
|---|---|---|
Properties inherited from AccessibleText | 
        ||
| selectionStart | number | |
| selectedText | string | |
| selectionEnd | number | |
| charCount | number | |
| caretPosition | number | |
Example
{
  "selectionStart" : 12345,
  "selectedText" : "...",
  "selectionEnd" : 12345,
  "charCount" : 12345,
  "caretPosition" : 12345
}