Page tree

Versions Compared

Key

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

...

NameTypeDescription
actionNameString액션 이름
rowcolObject

{ row: {Number} col: {Number} }

테이블의 행/열


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('insertTable', { row: 2, col: 2 }); // 2x2 테이블 삽입

...