AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface Image

    SPDX-License-Identifier: Apache-2.0 Copyright FINOS FDC3 contributors - see NOTICE file

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

    Caption for the image.

    size?: string

    The image dimension, formatted as <height>x<width>.

    src: string

    The image url.

    type?: string

    Image media type. If not present the Desktop Agent may use the src file extension.