Sets the starting point of selected text.

<void> Selection.setStart(<number> start, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
start The starting point of selected text.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.