Page tree

Versions Compared

Key

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

...

Name

Type

Description

[fileType]string정보를 가져올 파일 타입입니다. ("image", "video", "file")optional


Return:

[fileType이 있는 경우]

TypeAttributeDescription
Array
[
	{ path: "/upload/path/filename.png", isDeleted: false },
	{ path: "/upload/path/filename2.png", isDeleted: true },
	//...
]

path: 업로드 경로

isDeleted: 에디터에서 해당 파일의 삭제 여부

...