다시 실행을 실행합니다.Redo the undone action
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'redo' redo API |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('redo'); |
...
다시 실행을 실행합니다.Redo the undone action
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'redo' redo API |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('redo'); |
...