FileData

12 Sep 20251 minute to read

Interfaces for fileSystemData.

Properties

dateCreated Date

Specifies the created data for current item.

dateModified Date

Specifies the modified data for current item.

filterPath string

Specifies the filter path representing the traversal path of current item.

hasChild boolean

Specifies whether the current folder has child.

id number|string

Specifies the current item id.

imageUrl string

Specifies the url of the image that must be loaded within File Manager.

isFile boolean

Specifies whether the item is a file or folder.

name string

Specifies the item name.

parentId number|string

Specifies the parent id for the item.

permission object

Specifies the access control permission.

size number

Specifies the item size.

type string

Specifies the item type like ‘.png’, ‘.jpg’, etc.