Interface LoadFileOptions

interface LoadFileOptions {
    fileHandler?: any;
    queryString?: string;
    rootPath?: string;
}

Hierarchy (View Summary)

Properties

fileHandler?: any

The custom ILoader to use for the file. If not specified, the importer will try to determine the loader from the file extension.

queryString?: string

Query string to add to the url. Default = undefined

rootPath?: string

for internal use