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

    Interface Icon

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

    interface Icon {
        size?: string;
        src: string;
        type?: string;
    }
    Index
    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.