다음 단어 앞으로 캐럿을 이동시킵니다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:
Code Block | ||||
---|---|---|---|---|
| ||||
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:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('nextWord'); |
...