AboutSupportDeveloper GuideVersion 38.126.82.64

Information for a Context Group. Contains metadata for displaying the group properly.

interface ContextGroupInfo {
    displayMetadata?: OpenFin.DisplayMetadata;
    id: string;
}

Properties

Properties

displayMetadata?: OpenFin.DisplayMetadata

Metadata for the Context Group. Contains the group's human-readable name, color, and an image, as defined by the Interop Broker.

id: string

Unique identifier of the context group.