Page tree

Versions Compared

Key

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

캐럿이 위치한 곳의 링크를 엽니다Open the hyperlink at the caret position.


Parameters:

NameTypeDescription
actionNameString액션 이름'openLink' hyperlink opening API


Example:

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

...