AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Type Alias Intent<MetadataType>

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

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

    Type Parameters

    Index
    context: OpenFin.Context

    Data associated with the intent.

    metadata?: MetadataType
    name: string

    Name of the intent.