About
Support
Developer Guide
Version 47.154.100.2
OpenFin JavaScript API
Preparing search index...
OpenFin
IntentMetadata
Interface IntentMetadata<TargetType>
The type used to describe an intent within the platform.
interface
IntentMetadata
<
TargetType
=
any
>
{
intentResolutionResultId
?:
string
;
resultType
?:
string
;
target
?:
TargetType
;
}
Type Parameters
TargetType
=
any
Index
Properties
intent
Resolution
Result
Id?
result
Type?
target?
Properties
Optional
intent
Resolution
Result
Id
intentResolutionResultId
?:
string
Optional
result
Type
resultType
?:
string
Optional
target
target
?:
TargetType
Settings
Theme
OS
Light
Dark
On This Page
Properties
intent
Resolution
Result
Id
result
Type
target
OpenFin JavaScript API
Loading...
The type used to describe an intent within the platform.