| Status | ||||
|---|---|---|---|---|
|
캐럿이 위치한곳에 파일을 링크로 삽입합니다.
삽입한 파일은 서버로 업로드 됩니다.
관련 내용 설정 보기: Import API 및 Upload API 설정
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String |
| 액션 이름 | ||
| files | File[] | 업로드할 파일 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('insertFile', [file]); |
...
| Status | ||||
|---|---|---|---|---|
|
캐럿이 위치한곳에 파일을 링크로 삽입합니다.
삽입한 파일은 서버로 업로드 됩니다.
관련 내용 설정 보기: Import API 및 Upload API 설정
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String |
| 액션 이름 | ||
| files | File[] | 업로드할 파일 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('insertFile', [file]); |
...