선택된 이미지에 캡션을 삽입합니다Insert caption to the selected image.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'insertDrawingObjectCaption' image caption inserting API |
| caption | String | 캡션Caption |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('insertDrawingObjectCaption', '이미지Caption of 캡션image'); |