AboutSupportDeveloper GuideVersion 37.124.81.24

Type alias Intent<MetadataType>

Intent<MetadataType>: {
    context: OpenFin.Context;
    metadata?: MetadataType;
    name: string;
}

Combination of an action and a context that is passed to an application for resolution.

Type Parameters

Type declaration

  • context: OpenFin.Context

    Data associated with the intent.

  • Optional metadata?: MetadataType
  • name: string

    Name of the intent.