Class ImageProviderInfo.

ImageProviderInfo

interface ImageProviderInfo {
    Name?: string;
    SupportedImages?: ImageType[];
}

Properties

Name?: string

Gets the name.

ImageProviderInfo

SupportedImages?: ImageType[]

Gets the supported image types.

ImageProviderInfo