Gets the index (one-based) of the first character which belongs to the editable region.
<void> EditableRegion.getStart(<RequestNumberCallback> callback, [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
callback | Receives the index (one-based) of the first character which belongs to the editable region. |
error |
Optional. Is called when the operation failed with an error. |