Move the caret to the start of the next word.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 'nextWord' move the caret to the start of the next word API |
Example:
editor.execCommand('nextWord');
Move the caret to the start of the next word.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 'nextWord' move the caret to the start of the next word API |
Example:
editor.execCommand('nextWord');