캐럿이 위치한 문단을 내어쓰기 합니다.
...
Decrease indent of the paragraph in which the caret is positioned.
When there is a selection, indents of the selected paragraphs are decreased.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'decreaseIndent' indent decreasing API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('decreaseIndent'); |
...