Obsolete. This method will be removed in one of the next versions. Sets the selection's start position and length.
<void> Selection.setBounds(<SelectionBounds> bounds, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
bounds | Selection start position and length. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |