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])

Parameters

Parameter Description
callback Receives all editable regions at the current text input position.
errorCallback Optional. Is called when the operation failed with an error.