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

    Interface Context

    Data passed between entities and applications.

    interface Context {
        id?: { [key: string]: string };
        name?: string;
        type: string;
    }
    Index
    id?: { [key: string]: string }

    An object containing string key-value pairs for the bulk of the data for the context. Differs between context types.

    name?: string

    User-readable name for the incoming context.

    type: string

    Conserved type for the context (e.g. instrument or country).