jQuery Common - Object Structures - FileSystemItem - Fields

Fields that provide information about a file system item.

dataItem

The file system data object that stores information about the file system item (name, size, modification date, etc.).

Type:

Object

dateModified

A timestamp that indicates when the file system item was last modified.

Type:

Date

hasSubDirectories

Specifies whether a directory has subdirectories.

Type:

Boolean

isDirectory

Specifies whether the file system item is a directory.

Type:

Boolean

key

The file system item's key.

Type:

String

name

The file system item's name.

Type:

String

path

The file system item's path.

Type:

String

pathKeys

The file system item's path specified in keys.

Type:

Array<String>

size

The file system item's size (in bytes).

Type:

Number

thumbnail

An icon (URL) to be used as the file system item's thumbnail.

Type:

String