IntentContextinterface
A structure that describes a typed context to be used to raise intents with.
Properties (2)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| data⚓︎ | { [key: string]: any } | x | x | The context data used as an argument by the intent implementation. |
| type⚓︎ | string | x | x | The name of a typed, documented data structure such as "Person", "Team", "Instrument", "Order", etc. It is the application developers' job to agree on a protocol to follow. |