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:

editor.execCommand('setListStartValue', 10);
editor.execCommand('setListStartValue', 999);