Page tree

Versions Compared

Key

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

캐럿을 아래쪽으로 이동시킵니다Move the caret downward.


Parameters:

NameTypeDescription
actionNameString액션 이름'down' downward caret moving API


Example:

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

...