실행 취소를 실행합니다.Undo an action
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'undo' undo API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('undo'); |
...
실행 취소를 실행합니다.Undo an action
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'undo' undo API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('undo'); |
...