Interface OutputEditorDirectoryType

Representation for a directory.

interface OutputEditorDirectoryType {
    children: EditorFileType[];
}

Properties

Properties

children: EditorFileType[]

The children of the directory.