Page tree

Versions Compared

Key

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

...

에디터 객체에 URL을 입력 받으면 임포트 할 수 있는 API를 제공합니다.


Parameters:

Name

Type

Description

urlstring
문서가 존재하는
문서 URL


Example:

Code Block
languagejs
themeEmacs
const url = '/resource/test.docx';
editor.openDocumentByURL(url);

...