AboutSupportDeveloper GuideVersion 40.128.82.13

Metadata relating to the FDC3 Desktop Agent implementation and its provider.

interface ImplementationMetadata {
    fdc3Version: string;
    provider: string;
    providerVersion?: string;
}

Properties

fdc3Version: string

The version number of the FDC3 specification that the implementation provides. The string must be a numeric semver version, e.g. 1.2 or 1.2.1.

provider: string

The name of the provider of the FDC3 Desktop Agent Implementation (e.g. Finsemble, Glue42, OpenFin etc.).

providerVersion?: string

The version of the provider of the FDC3 Desktop Agent Implementation (e.g. 5.3.0).