Page tree

Versions Compared

Key

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

캐럿이 위치한 곳의 텍스트 스타일을 복사합니다.

관련 액션Copy text style from the caret position.

Related action command - pasteRunStyle

...

NameTypeDescription
actionNameString액션 이름'copyRunStyle' text style copying API


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('copyRunStyle');

...