캐럿이 위치한 문단에 다단계 글머리를 설정합니다.
문단을 셀렉션한 경우 셀렉션한 모든 문단에 다단계 글머리를 설정합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
| style | String |
|
Example:
editor.execCommand('setMultiList', 'none');
editor.execCommand('setMultiList', 'multi_1');
editor.execCommand('setMultiList', 'multi_3');