Page tree

Versions Compared

Key

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

캐럿이 위치한 곳에 북마크를 삽입합니다Insert a bookmark at the caret position.


Parameters:

NameTypeDescription
actionNameString액션 이름'insertBookmark' bookmark inserting API
idString삽입할 북마크 idID of the bookmark to insert


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('insertBookmark', 'id');

...