Page tree

Versions Compared

Key

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

선택된 레이어의 배경색을 설정합니다Set the background color for the selected layer.


Parameters:

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


Example:

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

...