...
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
editor: SynapEditor,
eventType: "'afterOpenDocument"',
cancelable: true,
returnValue: null,
fileType: "'WORD"', // 파일 타입 ("'HTML"', "'WORD"', "'CELL"', ...)
path: "'/upload/path/filename.docx"', // 임포트 경로
...... // 서버로부터 전달받은 Data (importPath, serializedData, .....)
} |
...