Page tree

Versions Compared

Key

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

...

관련 설정 보기: Import API 및 Upload API 설정


Parameters:

NameTypeDescription
actionNameString액션 이름 
filesFile[]

업로드할 이미지/비디오

typeString파일 타입 'Image', 'Video'


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('insertDrawingObject', [file], 'Image');
editor.execCommand('insertDrawingObject', [file], 'Video');

...