Interface IManifestLoaderOption

interface IManifestLoaderOption {
    basepath: string;
    typeOptions: ILoaderOption;
    version: TLoaderResourceVersion;
    xhr: TManifestLoaderXhrOption;
}

Properties

basepath: string
typeOptions: ILoaderOption