AboutSupportDeveloper GuideVersion 41.129.83.3

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

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

Properties

Properties

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.