Share via


NodeFile interface

An interface representing NodeFile.

Properties

isDirectory

Whether the object represents a directory.

name

The file path.

properties

The file properties.

url

The URL of the file.

Property Details

isDirectory

Whether the object represents a directory.

isDirectory?: boolean

Property Value

boolean

name

The file path.

name?: string

Property Value

string

properties

The file properties.

properties?: FileProperties

Property Value

url

The URL of the file.

url?: string

Property Value

string