AboutSupportDeveloper GuideVersion 38.126.83.74

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

interface Icon {
    size?: string;
    src: string;
    type?: string;
}

Properties

Properties

size?: string

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

src: string

The icon url

type?: string

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