Page tree

Versions Compared

Key

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

캐럿이 위치한 문단에 있는 글머리 번호의 시작번호를 설정합니다Set starting value of the numbered list to which the paragraph in which the caret is positioned belongs.


Parameters:

NameTypeDescription
actionNameString액션 이름'setListStartValue' starting value setting API
valueNumber

글머리 번호가 시작할 번호1, 2, 3, 4, 5 ...


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('setListStartValue', 10);
editor.execCommand('setListStartValue', 999);

...