Page tree

Versions Compared

Key

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

캐럿을 이전 문단의 맨 앞으로 이동시킵니다Move the caret to the start of the previous paragraph.


Parameters:

NameTypeDescription
actionNameString액션 이름'previousParagraphStart' move the caret to the start of the paragraph API


Example:

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

...