AboutSupportDeveloper GuideVersion 38.126.82.64

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