Page tree

Versions Compared

Key

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

셀렉션된 텍스트의 크기를 강조합니다.

...

Embolden the selected text.

In caret status, the text to be entered is emboldened.


Parameters:

NameTypeDescription
actionNameString액션 이름'bold' text emboldening API


Example:

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

...