@genesislcap/foundation-fdc3 14.301.0 → 14.302.1-alpha-d11831b.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/dts/fdc3-channel-event.d.ts +264 -223
  2. package/dist/dts/fdc3-channel-event.d.ts.map +1 -1
  3. package/dist/dts/tsdoc-metadata.json +1 -1
  4. package/dist/dts/util/fdc3-intent-listener.d.ts +264 -223
  5. package/dist/dts/util/fdc3-intent-listener.d.ts.map +1 -1
  6. package/dist/dts/util/fdc3-raise-intent.d.ts +264 -223
  7. package/dist/dts/util/fdc3-raise-intent.d.ts.map +1 -1
  8. package/dist/dts/util/fdc3-system-channel-listener.d.ts +264 -223
  9. package/dist/dts/util/fdc3-system-channel-listener.d.ts.map +1 -1
  10. package/dist/dts/util/fdc3-util.d.ts.map +1 -1
  11. package/dist/esm/fdc3.js +4 -4
  12. package/dist/foundation-fdc3.api.json +845 -178
  13. package/dist/foundation-fdc3.d.ts +1056 -892
  14. package/docs/api/foundation-fdc3.appchannellistenerconfig.channelname.md +14 -0
  15. package/docs/api/foundation-fdc3.appchannellistenerconfig.md +62 -0
  16. package/docs/api/foundation-fdc3.fdc3.addchannellistener.md +65 -5
  17. package/docs/api/foundation-fdc3.fdc3.addintentlisteners.md +33 -3
  18. package/docs/api/foundation-fdc3.fdc3.addsystemchannellistener.md +49 -4
  19. package/docs/api/foundation-fdc3.fdc3.broadcastonchannel.md +65 -5
  20. package/docs/api/foundation-fdc3.fdc3.broadcastonchanneleventhandler.md +49 -4
  21. package/docs/api/foundation-fdc3.fdc3.broadcastoncurrentchannel.md +49 -4
  22. package/docs/api/foundation-fdc3.fdc3.findintent.md +49 -4
  23. package/docs/api/foundation-fdc3.fdc3.findintentsbycontext.md +33 -3
  24. package/docs/api/foundation-fdc3.fdc3.getorcreatechannel.md +33 -3
  25. package/docs/api/foundation-fdc3.fdc3.handlechannelcurrentcontext.md +65 -5
  26. package/docs/api/foundation-fdc3.fdc3.joinchannel.md +33 -3
  27. package/docs/api/foundation-fdc3.fdc3.md +264 -22
  28. package/docs/api/foundation-fdc3.fdc3.raiseintent.md +49 -4
  29. package/docs/api/foundation-fdc3.fdc3.raiseintentforcontext.md +33 -3
  30. package/docs/api/foundation-fdc3.fdc3contextlistener.config.md +14 -0
  31. package/docs/api/foundation-fdc3.fdc3contextlistener.md +62 -0
  32. package/docs/api/foundation-fdc3.fdc3intentlistener.fdc3.md +14 -0
  33. package/docs/api/foundation-fdc3.fdc3intentlistener.intentconfig.md +14 -0
  34. package/docs/api/foundation-fdc3.fdc3intentlistener.md +81 -0
  35. package/docs/api/foundation-fdc3.fdc3raiseintent.eventname.md +14 -0
  36. package/docs/api/foundation-fdc3.fdc3raiseintent.fdc3.md +14 -0
  37. package/docs/api/foundation-fdc3.fdc3raiseintent.intentname.md +14 -0
  38. package/docs/api/foundation-fdc3.fdc3raiseintent.intenttype.md +14 -0
  39. package/docs/api/foundation-fdc3.fdc3raiseintent.mappingfunction.md +14 -0
  40. package/docs/api/foundation-fdc3.fdc3raiseintent.md +138 -0
  41. package/docs/api/foundation-fdc3.fdc3systemchannellistener.config.md +14 -0
  42. package/docs/api/foundation-fdc3.fdc3systemchannellistener.fdc3.md +14 -0
  43. package/docs/api/foundation-fdc3.fdc3systemchannellistener.md +81 -0
  44. package/docs/api/foundation-fdc3.intentconfig.callback.md +14 -0
  45. package/docs/api/foundation-fdc3.intentconfig.intent.md +14 -0
  46. package/docs/api/foundation-fdc3.intentconfig.md +80 -0
  47. package/docs/api/foundation-fdc3.interopfoundationnotificationlistener.md +41 -1
  48. package/docs/api/foundation-fdc3.interopnotificationslistener.md +70 -6
  49. package/docs/api/foundation-fdc3.interopnotificationslistener.shownotificationtoast.md +31 -3
  50. package/docs/api/foundation-fdc3.md +236 -18
  51. package/docs/api/foundation-fdc3.systemchannellistenerconfig.callback.md +14 -0
  52. package/docs/api/foundation-fdc3.systemchannellistenerconfig.channeltype.md +14 -0
  53. package/docs/api/foundation-fdc3.systemchannellistenerconfig.md +80 -0
  54. package/docs/api/index.md +21 -3
  55. package/docs/api-report.md.api.md +281 -0
  56. package/package.json +15 -15
@@ -14,9 +14,39 @@ joinChannel(channelId: string): Promise<void>;
14
14
 
15
15
  ## Parameters
16
16
 
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | channelId | string | The ID of the channel to join. |
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ channelId
36
+
37
+
38
+ </td><td>
39
+
40
+ string
41
+
42
+
43
+ </td><td>
44
+
45
+ The ID of the channel to join.
46
+
47
+
48
+ </td></tr>
49
+ </tbody></table>
20
50
 
21
51
  **Returns:**
22
52
 
@@ -14,29 +14,271 @@ export interface FDC3
14
14
 
15
15
  ## Properties
16
16
 
17
- | Property | Modifiers | Type | Description |
18
- | --- | --- | --- | --- |
19
- | [currentChannel$](./foundation-fdc3.fdc3.currentchannel_.md) | | Observable&lt;[FDC3Channel](./foundation-fdc3.fdc3channel.md)<!-- -->&gt; | Observable which emits the current channel When a new channel is joined a new value is emitted |
20
- | [isInteropFdc3](./foundation-fdc3.fdc3.isinteropfdc3.md) | | () =&gt; boolean | Check if the interop global is available. |
21
- | [isReady](./foundation-fdc3.fdc3.isready.md) | | boolean | Whether the FDC3 API is ready. |
22
- | [isReady$](./foundation-fdc3.fdc3.isready_.md) | | Observable&lt;true&gt; | Observable indicating the FDC3 API is ready. |
17
+ <table><thead><tr><th>
18
+
19
+ Property
20
+
21
+
22
+ </th><th>
23
+
24
+ Modifiers
25
+
26
+
27
+ </th><th>
28
+
29
+ Type
30
+
31
+
32
+ </th><th>
33
+
34
+ Description
35
+
36
+
37
+ </th></tr></thead>
38
+ <tbody><tr><td>
39
+
40
+ [currentChannel$](./foundation-fdc3.fdc3.currentchannel_.md)
41
+
42
+
43
+ </td><td>
44
+
45
+
46
+ </td><td>
47
+
48
+ Observable&lt;[FDC3Channel](./foundation-fdc3.fdc3channel.md)<!-- -->&gt;
49
+
50
+
51
+ </td><td>
52
+
53
+ Observable which emits the current channel When a new channel is joined a new value is emitted
54
+
55
+
56
+ </td></tr>
57
+ <tr><td>
58
+
59
+ [isInteropFdc3](./foundation-fdc3.fdc3.isinteropfdc3.md)
60
+
61
+
62
+ </td><td>
63
+
64
+
65
+ </td><td>
66
+
67
+ () =&gt; boolean
68
+
69
+
70
+ </td><td>
71
+
72
+ Check if the interop global is available.
73
+
74
+
75
+ </td></tr>
76
+ <tr><td>
77
+
78
+ [isReady](./foundation-fdc3.fdc3.isready.md)
79
+
80
+
81
+ </td><td>
82
+
83
+
84
+ </td><td>
85
+
86
+ boolean
87
+
88
+
89
+ </td><td>
90
+
91
+ Whether the FDC3 API is ready.
92
+
93
+
94
+ </td></tr>
95
+ <tr><td>
96
+
97
+ [isReady$](./foundation-fdc3.fdc3.isready_.md)
98
+
99
+
100
+ </td><td>
101
+
102
+
103
+ </td><td>
104
+
105
+ Observable&lt;true&gt;
106
+
107
+
108
+ </td><td>
109
+
110
+ Observable indicating the FDC3 API is ready.
111
+
112
+
113
+ </td></tr>
114
+ </tbody></table>
23
115
 
24
116
  ## Methods
25
117
 
26
- | Method | Description |
27
- | --- | --- |
28
- | [addChannelListener(channelName, channelType, callback)](./foundation-fdc3.fdc3.addchannellistener.md) | Helper function to add a context listener on a channel with a handler for channel messages |
29
- | [addIntentListeners(listeners)](./foundation-fdc3.fdc3.addintentlisteners.md) | Adds intent listeners for the specified intents. |
30
- | [addSystemChannelListener(channelType, callback)](./foundation-fdc3.fdc3.addsystemchannellistener.md) | Helper function to add a context listener on to the system, aka 'color', channel with a handler for channel messages |
31
- | [broadcastOnChannel(channelName, type, payload)](./foundation-fdc3.fdc3.broadcastonchannel.md) | Broadcasts a message on a given channel with a given type |
32
- | [broadcastOnChannelEventHandler(channelName, type)](./foundation-fdc3.fdc3.broadcastonchanneleventhandler.md) | Helper function to broadcast message on channel in response to dispatched event |
33
- | [broadcastOnCurrentChannel(payload, type)](./foundation-fdc3.fdc3.broadcastoncurrentchannel.md) | Broadcasts a message on the current app channel |
34
- | [findIntent(intent, context)](./foundation-fdc3.fdc3.findintent.md) | Finds an app that supports the specified intent. |
35
- | [findIntentsByContext(context)](./foundation-fdc3.fdc3.findintentsbycontext.md) | Finds all the intents supported by the specified context. |
36
- | [getCurrentChannel()](./foundation-fdc3.fdc3.getcurrentchannel.md) | Helper function to get the current channel of the application |
37
- | [getOrCreateChannel(channelId)](./foundation-fdc3.fdc3.getorcreatechannel.md) | Gets or creates the specified channel. |
38
- | [handleChannelCurrentContext(channel, contextType, listenerCallback)](./foundation-fdc3.fdc3.handlechannelcurrentcontext.md) | Helper function to add a context listener on a channel with a handler for channel messages |
39
- | [joinChannel(channelId)](./foundation-fdc3.fdc3.joinchannel.md) | Joins the specified channel. |
40
- | [raiseIntent(context, intent)](./foundation-fdc3.fdc3.raiseintent.md) | Raises the specified intent with the specified context. |
41
- | [raiseIntentForContext(context)](./foundation-fdc3.fdc3.raiseintentforcontext.md) | Raises an intent against an application based purely on the context data. |
118
+ <table><thead><tr><th>
119
+
120
+ Method
121
+
122
+
123
+ </th><th>
124
+
125
+ Description
126
+
127
+
128
+ </th></tr></thead>
129
+ <tbody><tr><td>
130
+
131
+ [addChannelListener(channelName, channelType, callback)](./foundation-fdc3.fdc3.addchannellistener.md)
132
+
133
+
134
+ </td><td>
135
+
136
+ Helper function to add a context listener on a channel with a handler for channel messages
137
+
138
+
139
+ </td></tr>
140
+ <tr><td>
141
+
142
+ [addIntentListeners(listeners)](./foundation-fdc3.fdc3.addintentlisteners.md)
143
+
144
+
145
+ </td><td>
146
+
147
+ Adds intent listeners for the specified intents.
148
+
149
+
150
+ </td></tr>
151
+ <tr><td>
152
+
153
+ [addSystemChannelListener(channelType, callback)](./foundation-fdc3.fdc3.addsystemchannellistener.md)
154
+
155
+
156
+ </td><td>
157
+
158
+ Helper function to add a context listener on to the system, aka 'color', channel with a handler for channel messages
159
+
160
+
161
+ </td></tr>
162
+ <tr><td>
163
+
164
+ [broadcastOnChannel(channelName, type, payload)](./foundation-fdc3.fdc3.broadcastonchannel.md)
165
+
166
+
167
+ </td><td>
168
+
169
+ Broadcasts a message on a given channel with a given type
170
+
171
+
172
+ </td></tr>
173
+ <tr><td>
174
+
175
+ [broadcastOnChannelEventHandler(channelName, type)](./foundation-fdc3.fdc3.broadcastonchanneleventhandler.md)
176
+
177
+
178
+ </td><td>
179
+
180
+ Helper function to broadcast message on channel in response to dispatched event
181
+
182
+
183
+ </td></tr>
184
+ <tr><td>
185
+
186
+ [broadcastOnCurrentChannel(payload, type)](./foundation-fdc3.fdc3.broadcastoncurrentchannel.md)
187
+
188
+
189
+ </td><td>
190
+
191
+ Broadcasts a message on the current app channel
192
+
193
+
194
+ </td></tr>
195
+ <tr><td>
196
+
197
+ [findIntent(intent, context)](./foundation-fdc3.fdc3.findintent.md)
198
+
199
+
200
+ </td><td>
201
+
202
+ Finds an app that supports the specified intent.
203
+
204
+
205
+ </td></tr>
206
+ <tr><td>
207
+
208
+ [findIntentsByContext(context)](./foundation-fdc3.fdc3.findintentsbycontext.md)
209
+
210
+
211
+ </td><td>
212
+
213
+ Finds all the intents supported by the specified context.
214
+
215
+
216
+ </td></tr>
217
+ <tr><td>
218
+
219
+ [getCurrentChannel()](./foundation-fdc3.fdc3.getcurrentchannel.md)
220
+
221
+
222
+ </td><td>
223
+
224
+ Helper function to get the current channel of the application
225
+
226
+
227
+ </td></tr>
228
+ <tr><td>
229
+
230
+ [getOrCreateChannel(channelId)](./foundation-fdc3.fdc3.getorcreatechannel.md)
231
+
232
+
233
+ </td><td>
234
+
235
+ Gets or creates the specified channel.
236
+
237
+
238
+ </td></tr>
239
+ <tr><td>
240
+
241
+ [handleChannelCurrentContext(channel, contextType, listenerCallback)](./foundation-fdc3.fdc3.handlechannelcurrentcontext.md)
242
+
243
+
244
+ </td><td>
245
+
246
+ Helper function to add a context listener on a channel with a handler for channel messages
247
+
248
+
249
+ </td></tr>
250
+ <tr><td>
251
+
252
+ [joinChannel(channelId)](./foundation-fdc3.fdc3.joinchannel.md)
253
+
254
+
255
+ </td><td>
256
+
257
+ Joins the specified channel.
258
+
259
+
260
+ </td></tr>
261
+ <tr><td>
262
+
263
+ [raiseIntent(context, intent)](./foundation-fdc3.fdc3.raiseintent.md)
264
+
265
+
266
+ </td><td>
267
+
268
+ Raises the specified intent with the specified context.
269
+
270
+
271
+ </td></tr>
272
+ <tr><td>
273
+
274
+ [raiseIntentForContext(context)](./foundation-fdc3.fdc3.raiseintentforcontext.md)
275
+
276
+
277
+ </td><td>
278
+
279
+ Raises an intent against an application based purely on the context data.
280
+
281
+
282
+ </td></tr>
283
+ </tbody></table>
42
284
 
@@ -14,10 +14,55 @@ raiseIntent(context: FDC3Context, intent?: FDC3Intents): Promise<FDC3IntentResol
14
14
 
15
15
  ## Parameters
16
16
 
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | context | [FDC3Context](./foundation-fdc3.fdc3context.md) | The context to use. |
20
- | intent | [FDC3Intents](./foundation-fdc3.fdc3intents.md) | _(Optional)_ The intent to raise. |
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ context
36
+
37
+
38
+ </td><td>
39
+
40
+ [FDC3Context](./foundation-fdc3.fdc3context.md)
41
+
42
+
43
+ </td><td>
44
+
45
+ The context to use.
46
+
47
+
48
+ </td></tr>
49
+ <tr><td>
50
+
51
+ intent
52
+
53
+
54
+ </td><td>
55
+
56
+ [FDC3Intents](./foundation-fdc3.fdc3intents.md)
57
+
58
+
59
+ </td><td>
60
+
61
+ _(Optional)_ The intent to raise.
62
+
63
+
64
+ </td></tr>
65
+ </tbody></table>
21
66
 
22
67
  **Returns:**
23
68
 
@@ -14,9 +14,39 @@ raiseIntentForContext(context: FDC3Context): Promise<FDC3IntentResolution>;
14
14
 
15
15
  ## Parameters
16
16
 
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | context | [FDC3Context](./foundation-fdc3.fdc3context.md) | The context to use. |
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ context
36
+
37
+
38
+ </td><td>
39
+
40
+ [FDC3Context](./foundation-fdc3.fdc3context.md)
41
+
42
+
43
+ </td><td>
44
+
45
+ The context to use.
46
+
47
+
48
+ </td></tr>
49
+ </tbody></table>
20
50
 
21
51
  **Returns:**
22
52
 
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [Fdc3ContextListener](./foundation-fdc3.fdc3contextlistener.md) &gt; [config](./foundation-fdc3.fdc3contextlistener.config.md)
4
+
5
+ ## Fdc3ContextListener.config property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ config: AppChannelListenerConfig[];
14
+ ```
@@ -0,0 +1,62 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [Fdc3ContextListener](./foundation-fdc3.fdc3contextlistener.md)
4
+
5
+ ## Fdc3ContextListener class
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ fdc3-context-listener listen to app channel context
11
+
12
+ **Signature:**
13
+
14
+ ```typescript
15
+ export declare class Fdc3ContextListener extends Fdc3SystemChannelListener
16
+ ```
17
+ **Extends:** [Fdc3SystemChannelListener](./foundation-fdc3.fdc3systemchannellistener.md)
18
+
19
+ ## Properties
20
+
21
+ <table><thead><tr><th>
22
+
23
+ Property
24
+
25
+
26
+ </th><th>
27
+
28
+ Modifiers
29
+
30
+
31
+ </th><th>
32
+
33
+ Type
34
+
35
+
36
+ </th><th>
37
+
38
+ Description
39
+
40
+
41
+ </th></tr></thead>
42
+ <tbody><tr><td>
43
+
44
+ [config](./foundation-fdc3.fdc3contextlistener.config.md)
45
+
46
+
47
+ </td><td>
48
+
49
+
50
+ </td><td>
51
+
52
+ [AppChannelListenerConfig](./foundation-fdc3.appchannellistenerconfig.md)<!-- -->\[\]
53
+
54
+
55
+ </td><td>
56
+
57
+ **_(ALPHA)_**
58
+
59
+
60
+ </td></tr>
61
+ </tbody></table>
62
+
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [Fdc3IntentListener](./foundation-fdc3.fdc3intentlistener.md) &gt; [fdc3](./foundation-fdc3.fdc3intentlistener.fdc3.md)
4
+
5
+ ## Fdc3IntentListener.fdc3 property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ fdc3: FDC3;
14
+ ```
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [Fdc3IntentListener](./foundation-fdc3.fdc3intentlistener.md) &gt; [intentConfig](./foundation-fdc3.fdc3intentlistener.intentconfig.md)
4
+
5
+ ## Fdc3IntentListener.intentConfig property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ intentConfig: IntentConfig[];
14
+ ```
@@ -0,0 +1,81 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [Fdc3IntentListener](./foundation-fdc3.fdc3intentlistener.md)
4
+
5
+ ## Fdc3IntentListener class
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ fdc3-system-channel-listener Util element to listen to the context on a fdc3 app channel
11
+
12
+ **Signature:**
13
+
14
+ ```typescript
15
+ export declare class Fdc3IntentListener extends Fdc3IntentListener_base
16
+ ```
17
+ **Extends:** Fdc3IntentListener\_base
18
+
19
+ ## Properties
20
+
21
+ <table><thead><tr><th>
22
+
23
+ Property
24
+
25
+
26
+ </th><th>
27
+
28
+ Modifiers
29
+
30
+
31
+ </th><th>
32
+
33
+ Type
34
+
35
+
36
+ </th><th>
37
+
38
+ Description
39
+
40
+
41
+ </th></tr></thead>
42
+ <tbody><tr><td>
43
+
44
+ [fdc3](./foundation-fdc3.fdc3intentlistener.fdc3.md)
45
+
46
+
47
+ </td><td>
48
+
49
+
50
+ </td><td>
51
+
52
+ [FDC3](./foundation-fdc3.fdc3.md)
53
+
54
+
55
+ </td><td>
56
+
57
+ **_(ALPHA)_**
58
+
59
+
60
+ </td></tr>
61
+ <tr><td>
62
+
63
+ [intentConfig](./foundation-fdc3.fdc3intentlistener.intentconfig.md)
64
+
65
+
66
+ </td><td>
67
+
68
+
69
+ </td><td>
70
+
71
+ [IntentConfig](./foundation-fdc3.intentconfig.md)<!-- -->\[\]
72
+
73
+
74
+ </td><td>
75
+
76
+ **_(ALPHA)_**
77
+
78
+
79
+ </td></tr>
80
+ </tbody></table>
81
+
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [Fdc3RaiseIntent](./foundation-fdc3.fdc3raiseintent.md) &gt; [eventName](./foundation-fdc3.fdc3raiseintent.eventname.md)
4
+
5
+ ## Fdc3RaiseIntent.eventName property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ eventName: string;
14
+ ```
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [Fdc3RaiseIntent](./foundation-fdc3.fdc3raiseintent.md) &gt; [fdc3](./foundation-fdc3.fdc3raiseintent.fdc3.md)
4
+
5
+ ## Fdc3RaiseIntent.fdc3 property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ fdc3: FDC3;
14
+ ```
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [Fdc3RaiseIntent](./foundation-fdc3.fdc3raiseintent.md) &gt; [intentName](./foundation-fdc3.fdc3raiseintent.intentname.md)
4
+
5
+ ## Fdc3RaiseIntent.intentName property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ intentName: string;
14
+ ```
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [Fdc3RaiseIntent](./foundation-fdc3.fdc3raiseintent.md) &gt; [intentType](./foundation-fdc3.fdc3raiseintent.intenttype.md)
4
+
5
+ ## Fdc3RaiseIntent.intentType property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ intentType: string;
14
+ ```