AboutSupportDeveloper GuideVersion 40.128.82.13

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