선택된 표를 제거합니다Delete the table in which the caret or selection is positioned.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'deleteTable' table deleting API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('deleteTable'); |
...
선택된 표를 제거합니다Delete the table in which the caret or selection is positioned.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'deleteTable' table deleting API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('deleteTable'); |
...