Page tree

Versions Compared

Key

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

캐럿이 위치한 곳에 이미지, 비디오를 삽입합니다.
셀렉션 상태인 경우 셀렉션 구간을 제거 후 이미지, 비디오를 삽입합니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
urlString

삽입할 이미지, 비디오 URL

typeString

파일 타입 'Image', 'Video'


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('insertDrawingObjectByURL', 'https://image.url/image', 'Image');