AboutSupportDeveloper GuideVersion 43.140.100.82

Interface FindIntentsByContextOptions<MetadataType>

interface FindIntentsByContextOptions<MetadataType> {
    context: OpenFin.Context;
    metadata?: MetadataType;
}

Type Parameters

Properties

Properties

context: OpenFin.Context
metadata?: MetadataType