TypeOptions

interface TypeOptions {
    ImageFetcherOrder?: null | string[];
    ImageFetchers?: null | string[];
    ImageOptions?: null | ImageOption[];
    MetadataFetcherOrder?: null | string[];
    MetadataFetchers?: null | string[];
    Type?: null | string;
}

Properties

ImageFetcherOrder?: null | string[]

TypeOptions

ImageFetchers?: null | string[]

TypeOptions

ImageOptions?: null | ImageOption[]

TypeOptions

MetadataFetcherOrder?: null | string[]

TypeOptions

MetadataFetchers?: null | string[]

TypeOptions

Type?: null | string

TypeOptions