Gets all editable regions at the current text input position. The callback returns null, if there is no region at the current input position.
Introduced: X18.
<void> EditableRegionCollection.getItems(<RequestEditableRegionsCallback> callback, [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| callback | Receives all editable regions at the current text input position. |
| error |
Optional. Is called when the operation failed with an error. |