Interface IExternalImageResourceData

interface IExternalImageResourceData {
    contentLocation: string;
    hasServiceDescriptor: boolean;
    height: number;
    id: string;
    index: number;
    profile: string | any[];
    width: number;
}

Hierarchy (view full)

Properties

contentLocation: string
hasServiceDescriptor: boolean
height: number
id: string
index: number
profile: string | any[]
width: number