AboutSupportDeveloper GuideVersion 41.129.83.3

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