선택된 이미지, 비디오 또는 레이어의 테두리 색을 설정합니다Set border color for selected image, video or layer.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'setDrawingObjectBorderColor' layer border color setting API |
colorCode | String | hex color (ex; '#000000' 형식의 컬러 코드) |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('setDrawingObjectBorderColor', '#ff0000'); |
...