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

    Interface ContextGroupInfo

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

    interface ContextGroupInfo {
        displayMetadata?: OpenFin.DisplayMetadata;
        id: string;
    }
    Index
    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.