Interface ExternalDataFileDescription

Represents an external data file.

interface ExternalDataFileDescription {
    data: FileType;
    path: string;
}

Properties

Properties

data: FileType

Specify the external data file.

path: string

Specify the file path.

Generated using TypeDoc