AboutSupportDeveloper GuideVersion 41.129.83.3

Interface FindIntentsByContextOptions<MetadataType>

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

Type Parameters

Properties

Properties

context: OpenFin.Context
metadata?: MetadataType