Set starting value of the numbered list to which the paragraph in which the caret is positioned belongs.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'setListStartValue' starting value setting API |
value | Number | 1, 2, 3, 4, 5 ... |
Example:
editor.execCommand('setListStartValue', 10); editor.execCommand('setListStartValue', 999);