Type alias ContextGroupInfo

ContextGroupInfo: {
    displayMetadata?: DisplayMetadata;
    id: string;
}

Type declaration

  • Optional displayMetadata?: 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

    Name of the context group.

Generated using TypeDoc