선택된 이미지에 대체텍스트를 삽입합니다.Insert alternative text to the selected image
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'insertDrawingObjectAlt' image alternative text inserting API |
| alt | String대체 | 텍스트Alternative text |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('insertDrawingObjectAlt', '이미지의 대체텍스트Alternative text of image'); |