AboutSupportDeveloper GuideVersion 40.128.82.13

Interface FindIntentsByContextOptions<MetadataType>

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

Type Parameters

Properties

Properties

context: OpenFin.Context
metadata?: MetadataType