Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

선택된 이미지, 비디오 또는 레이어의 테두리 색을 설정합니다Set border color for selected image, video or layer.


Parameters:

NameTypeDescription
actionNameString액션 이름'setDrawingObjectBorderColor' layer border color setting API
colorCodeStringhex color (ex; '#000000' 형식의 컬러 코드)


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('setDrawingObjectBorderColor', '#ff0000');

...