Page tree
Skip to end of metadata
Go to start of metadata

릴리즈 2.3.0 이상

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


Parameters:

Name

Type

Description

urlstring문서 URL


Example:

const url = '/resource/test.docx';
editor.openDocumentByURL(url);







  • No labels