Page tree

Versions Compared

Key

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

캐럿이 위치한 문단에 있는 글머리 번호의 시작번호를 설정합니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
valueNumber

글머리 번호가 시작할 번호


Example:

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

...