manifesto
    Preparing search index...

    Interface IExternalImageResourceData

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

    Hierarchy (View Summary)

    Index

    Properties

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