Make the paragraph in which the caret is positioned a multilevel list.
When there is a selection, the selected paragraphs become a multilevel list.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 'setMultiList' multilevel list API |
| style | String |
|
Example:
editor.execCommand('setMultiList', 'none');
editor.execCommand('setMultiList', 'multi_1');
editor.execCommand('setMultiList', 'multi_3');