Skip to content

spectacular-dashboard / fileOperations / FileNode

Interface: FileNode

fileOperations.FileNode

Table of contents

Properties

Properties

children

Optional children: FileNode[]

Defined in

src/fileOperations.ts:9


expanded

Optional expanded: boolean

Defined in

src/fileOperations.ts:8


lastModified

Optional lastModified: number

Defined in

src/fileOperations.ts:10


name

name: string

Defined in

src/fileOperations.ts:5


path

path: string

Defined in

src/fileOperations.ts:6


type

type: "file" | "folder"

Defined in

src/fileOperations.ts:7

Released under the MIT License.