OpenFin Workspace Platform API
    Preparing search index...

    Interface Image

    Detailed metadata describing an image.

    interface Image {
        purpose?: string;
        size?: string;
        src: string;
        type?: string;
    }
    Index
    purpose?: string
    size?: string
    src: string
    type?: string