Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

선택된 표를 제거합니다Delete the table in which the caret or selection is positioned.


Parameters:

NameTypeDescription
actionNameString액션 이름'deleteTable' table deleting API


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('deleteTable');

...