Set border style for the selected image, video or layer.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'setDrawingObjectBorderStyle' layer border style setting API |
style | String | 'none', 'solid', 'dashed', 'dotted', 'double' |
Example:
editor.execCommand('setDrawingObjectBorderStyle', 'none'); // border none editor.execCommand('setDrawingObjectBorderStyle', 'solid'); // solid line style