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:
editor.execCommand('setDrawingObjectBorderColor', '#ff0000');