AboutSupportDeveloper GuideVersion 38.126.82.64

Data passed between entities and applications.

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

Properties

Properties

id?: {
    [key: string]: string;
}

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

Type declaration

  • [key: string]: string
name?: string

User-readable name for the incoming context.

type: string

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