Page tree

Versions Compared

Key

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

캐럿이 위치한 곳의 링크를 제거합니다Remove the hyperlink at the caret position.


Parameters:

액션 이름
NameTypeDescription
actionNameString'deleteLink' hyperlink removing API


Example:

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

...