@genesislcap/foundation-fdc3 14.302.1-alpha-945e484.0 → 14.302.1-alpha-ecc0cfb.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 +223 -264
  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 +223 -264
  5. package/dist/dts/util/fdc3-intent-listener.d.ts.map +1 -1
  6. package/dist/dts/util/fdc3-raise-intent.d.ts +223 -264
  7. package/dist/dts/util/fdc3-raise-intent.d.ts.map +1 -1
  8. package/dist/dts/util/fdc3-system-channel-listener.d.ts +223 -264
  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 +167 -834
  13. package/dist/foundation-fdc3.d.ts +892 -1056
  14. package/docs/api/foundation-fdc3.fdc3.addchannellistener.md +5 -65
  15. package/docs/api/foundation-fdc3.fdc3.addintentlisteners.md +3 -33
  16. package/docs/api/foundation-fdc3.fdc3.addsystemchannellistener.md +4 -49
  17. package/docs/api/foundation-fdc3.fdc3.broadcastonchannel.md +5 -65
  18. package/docs/api/foundation-fdc3.fdc3.broadcastonchanneleventhandler.md +4 -49
  19. package/docs/api/foundation-fdc3.fdc3.broadcastoncurrentchannel.md +4 -49
  20. package/docs/api/foundation-fdc3.fdc3.findintent.md +4 -49
  21. package/docs/api/foundation-fdc3.fdc3.findintentsbycontext.md +3 -33
  22. package/docs/api/foundation-fdc3.fdc3.getorcreatechannel.md +3 -33
  23. package/docs/api/foundation-fdc3.fdc3.handlechannelcurrentcontext.md +5 -65
  24. package/docs/api/foundation-fdc3.fdc3.joinchannel.md +3 -33
  25. package/docs/api/foundation-fdc3.fdc3.md +22 -264
  26. package/docs/api/foundation-fdc3.fdc3.raiseintent.md +4 -49
  27. package/docs/api/foundation-fdc3.fdc3.raiseintentforcontext.md +3 -33
  28. package/docs/api/foundation-fdc3.interopfoundationnotificationlistener.md +1 -41
  29. package/docs/api/foundation-fdc3.interopnotificationslistener.md +6 -70
  30. package/docs/api/foundation-fdc3.interopnotificationslistener.shownotificationtoast.md +3 -31
  31. package/docs/api/foundation-fdc3.md +18 -236
  32. package/docs/api/index.md +3 -21
  33. package/package.json +15 -15
  34. package/docs/api/foundation-fdc3.appchannellistenerconfig.channelname.md +0 -14
  35. package/docs/api/foundation-fdc3.appchannellistenerconfig.md +0 -62
  36. package/docs/api/foundation-fdc3.fdc3contextlistener.config.md +0 -14
  37. package/docs/api/foundation-fdc3.fdc3contextlistener.md +0 -62
  38. package/docs/api/foundation-fdc3.fdc3intentlistener.fdc3.md +0 -14
  39. package/docs/api/foundation-fdc3.fdc3intentlistener.intentconfig.md +0 -14
  40. package/docs/api/foundation-fdc3.fdc3intentlistener.md +0 -81
  41. package/docs/api/foundation-fdc3.fdc3raiseintent.eventname.md +0 -14
  42. package/docs/api/foundation-fdc3.fdc3raiseintent.fdc3.md +0 -14
  43. package/docs/api/foundation-fdc3.fdc3raiseintent.intentname.md +0 -14
  44. package/docs/api/foundation-fdc3.fdc3raiseintent.intenttype.md +0 -14
  45. package/docs/api/foundation-fdc3.fdc3raiseintent.mappingfunction.md +0 -14
  46. package/docs/api/foundation-fdc3.fdc3raiseintent.md +0 -138
  47. package/docs/api/foundation-fdc3.fdc3systemchannellistener.config.md +0 -14
  48. package/docs/api/foundation-fdc3.fdc3systemchannellistener.fdc3.md +0 -14
  49. package/docs/api/foundation-fdc3.fdc3systemchannellistener.md +0 -81
  50. package/docs/api/foundation-fdc3.intentconfig.callback.md +0 -14
  51. package/docs/api/foundation-fdc3.intentconfig.intent.md +0 -14
  52. package/docs/api/foundation-fdc3.intentconfig.md +0 -80
  53. package/docs/api/foundation-fdc3.systemchannellistenerconfig.callback.md +0 -14
  54. package/docs/api/foundation-fdc3.systemchannellistenerconfig.channeltype.md +0 -14
  55. package/docs/api/foundation-fdc3.systemchannellistenerconfig.md +0 -80
  56. package/docs/api-report.md.api.md +0 -281
@@ -6,249 +6,31 @@
6
6
 
7
7
  ## Classes
8
8
 
9
- <table><thead><tr><th>
10
-
11
- Class
12
-
13
-
14
- </th><th>
15
-
16
- Description
17
-
18
-
19
- </th></tr></thead>
20
- <tbody><tr><td>
21
-
22
- [Fdc3ContextListener](./foundation-fdc3.fdc3contextlistener.md)
23
-
24
-
25
- </td><td>
26
-
27
- **_(ALPHA)_** fdc3-context-listener listen to app channel context
28
-
29
-
30
- </td></tr>
31
- <tr><td>
32
-
33
- [Fdc3IntentListener](./foundation-fdc3.fdc3intentlistener.md)
34
-
35
-
36
- </td><td>
37
-
38
- **_(ALPHA)_** fdc3-system-channel-listener Util element to listen to the context on a fdc3 app channel
39
-
40
-
41
- </td></tr>
42
- <tr><td>
43
-
44
- [Fdc3RaiseIntent](./foundation-fdc3.fdc3raiseintent.md)
45
-
46
-
47
- </td><td>
48
-
49
- **_(ALPHA)_** fdc3-raise-intent
50
-
51
-
52
- </td></tr>
53
- <tr><td>
54
-
55
- [Fdc3SystemChannelListener](./foundation-fdc3.fdc3systemchannellistener.md)
56
-
57
-
58
- </td><td>
59
-
60
- **_(ALPHA)_** fdc3-system-channel-listener Util element to listen to the context on a fdc3 system channel
61
-
62
-
63
- </td></tr>
64
- <tr><td>
65
-
66
- [InteropNotificationsListener](./foundation-fdc3.interopnotificationslistener.md)
67
-
68
-
69
- </td><td>
70
-
71
-
72
- </td></tr>
73
- </tbody></table>
74
-
75
- ## Functions
76
-
77
- <table><thead><tr><th>
78
-
79
- Function
80
-
81
-
82
- </th><th>
83
-
84
- Description
85
-
86
-
87
- </th></tr></thead>
88
- <tbody><tr><td>
89
-
90
- [interopFoundationNotificationListener(overrideDefinition)](./foundation-fdc3.interopfoundationnotificationlistener.md)
91
-
92
-
93
- </td><td>
94
-
95
- The Foundation Interop Notification Listener
96
-
97
-
98
- </td></tr>
99
- </tbody></table>
9
+ | Class | Description |
10
+ | --- | --- |
11
+ | [InteropNotificationsListener](./foundation-fdc3.interopnotificationslistener.md) | |
100
12
 
101
13
  ## Interfaces
102
14
 
103
- <table><thead><tr><th>
104
-
105
- Interface
106
-
107
-
108
- </th><th>
109
-
110
- Description
111
-
112
-
113
- </th></tr></thead>
114
- <tbody><tr><td>
115
-
116
- [AppChannelListenerConfig](./foundation-fdc3.appchannellistenerconfig.md)
117
-
118
-
119
- </td><td>
120
-
121
- **_(ALPHA)_** fdc3-context-listener listen channel config
122
-
123
-
124
- </td></tr>
125
- <tr><td>
126
-
127
- [FDC3](./foundation-fdc3.fdc3.md)
128
-
129
-
130
- </td><td>
131
-
132
- The FDC3 API interface.
133
-
134
-
135
- </td></tr>
136
- <tr><td>
137
-
138
- [FDC3AppIntent](./foundation-fdc3.fdc3appintent.md)
139
-
140
-
141
- </td><td>
142
-
143
-
144
- </td></tr>
145
- <tr><td>
146
-
147
- [FDC3Channel](./foundation-fdc3.fdc3channel.md)
148
-
149
-
150
- </td><td>
151
-
152
-
153
- </td></tr>
154
- <tr><td>
155
-
156
- [FDC3Context](./foundation-fdc3.fdc3context.md)
157
-
158
-
159
- </td><td>
160
-
161
-
162
- </td></tr>
163
- <tr><td>
164
-
165
- [FDC3IntentResolution](./foundation-fdc3.fdc3intentresolution.md)
166
-
167
-
168
- </td><td>
169
-
170
-
171
- </td></tr>
172
- <tr><td>
173
-
174
- [IntentConfig](./foundation-fdc3.intentconfig.md)
175
-
176
-
177
- </td><td>
178
-
179
- **_(ALPHA)_** fdc3-intent-listener listen intent config
180
-
181
-
182
- </td></tr>
183
- <tr><td>
184
-
185
- [SystemChannelListenerConfig](./foundation-fdc3.systemchannellistenerconfig.md)
186
-
187
-
188
- </td><td>
189
-
190
- **_(ALPHA)_** System channel listener config. System channels are also known as color channels
191
-
192
-
193
- </td></tr>
194
- </tbody></table>
15
+ | Interface | Description |
16
+ | --- | --- |
17
+ | [FDC3](./foundation-fdc3.fdc3.md) | The FDC3 API interface. |
18
+ | [FDC3AppIntent](./foundation-fdc3.fdc3appintent.md) | |
19
+ | [FDC3Channel](./foundation-fdc3.fdc3channel.md) | |
20
+ | [FDC3Context](./foundation-fdc3.fdc3context.md) | |
21
+ | [FDC3IntentResolution](./foundation-fdc3.fdc3intentresolution.md) | |
195
22
 
196
23
  ## Variables
197
24
 
198
- <table><thead><tr><th>
199
-
200
- Variable
201
-
202
-
203
- </th><th>
204
-
205
- Description
206
-
207
-
208
- </th></tr></thead>
209
- <tbody><tr><td>
210
-
211
- [logger](./foundation-fdc3.logger.md)
212
-
213
-
214
- </td><td>
215
-
216
- Logger for the foundation-fdc3 package
217
-
218
-
219
- </td></tr>
220
- </tbody></table>
25
+ | Variable | Description |
26
+ | --- | --- |
27
+ | [interopFoundationNotificationListener](./foundation-fdc3.interopfoundationnotificationlistener.md) | The Foundation Interop Notification Listener |
28
+ | [logger](./foundation-fdc3.logger.md) | Logger for the foundation-fdc3 package |
221
29
 
222
30
  ## Type Aliases
223
31
 
224
- <table><thead><tr><th>
225
-
226
- Type Alias
227
-
228
-
229
- </th><th>
230
-
231
- Description
232
-
233
-
234
- </th></tr></thead>
235
- <tbody><tr><td>
236
-
237
- [FDC3ContextHandler](./foundation-fdc3.fdc3contexthandler.md)
238
-
239
-
240
- </td><td>
241
-
242
-
243
- </td></tr>
244
- <tr><td>
245
-
246
- [FDC3Intents](./foundation-fdc3.fdc3intents.md)
247
-
248
-
249
- </td><td>
250
-
251
-
252
- </td></tr>
253
- </tbody></table>
32
+ | Type Alias | Description |
33
+ | --- | --- |
34
+ | [FDC3ContextHandler](./foundation-fdc3.fdc3contexthandler.md) | |
35
+ | [FDC3Intents](./foundation-fdc3.fdc3intents.md) | |
254
36
 
package/docs/api/index.md CHANGED
@@ -6,25 +6,7 @@
6
6
 
7
7
  ## Packages
8
8
 
9
- <table><thead><tr><th>
10
-
11
- Package
12
-
13
-
14
- </th><th>
15
-
16
- Description
17
-
18
-
19
- </th></tr></thead>
20
- <tbody><tr><td>
21
-
22
- [@genesislcap/foundation-fdc3](./foundation-fdc3.md)
23
-
24
-
25
- </td><td>
26
-
27
-
28
- </td></tr>
29
- </tbody></table>
9
+ | Package | Description |
10
+ | --- | --- |
11
+ | [@genesislcap/foundation-fdc3](./foundation-fdc3.md) | |
30
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-fdc3",
3
3
  "description": "Genesis Foundation FDC3",
4
- "version": "14.302.1-alpha-945e484.0",
4
+ "version": "14.302.1-alpha-ecc0cfb.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -59,28 +59,28 @@
59
59
  }
60
60
  },
61
61
  "devDependencies": {
62
- "@genesislcap/foundation-testing": "14.302.1-alpha-945e484.0",
63
- "@genesislcap/genx": "14.302.1-alpha-945e484.0",
64
- "@genesislcap/rollup-builder": "14.302.1-alpha-945e484.0",
65
- "@genesislcap/ts-builder": "14.302.1-alpha-945e484.0",
66
- "@genesislcap/uvu-playwright-builder": "14.302.1-alpha-945e484.0",
67
- "@genesislcap/vite-builder": "14.302.1-alpha-945e484.0",
68
- "@genesislcap/webpack-builder": "14.302.1-alpha-945e484.0",
62
+ "@genesislcap/foundation-testing": "14.302.1-alpha-ecc0cfb.0",
63
+ "@genesislcap/genx": "14.302.1-alpha-ecc0cfb.0",
64
+ "@genesislcap/rollup-builder": "14.302.1-alpha-ecc0cfb.0",
65
+ "@genesislcap/ts-builder": "14.302.1-alpha-ecc0cfb.0",
66
+ "@genesislcap/uvu-playwright-builder": "14.302.1-alpha-ecc0cfb.0",
67
+ "@genesislcap/vite-builder": "14.302.1-alpha-ecc0cfb.0",
68
+ "@genesislcap/webpack-builder": "14.302.1-alpha-ecc0cfb.0",
69
69
  "rimraf": "^5.0.0",
70
70
  "sinon": "^17.0.1"
71
71
  },
72
72
  "dependencies": {
73
73
  "@finos/fdc3": "2.1.1",
74
- "@genesislcap/foundation-logger": "14.302.1-alpha-945e484.0",
75
- "@genesislcap/foundation-notifications": "14.302.1-alpha-945e484.0",
76
- "@genesislcap/foundation-ui": "14.302.1-alpha-945e484.0",
77
- "@genesislcap/foundation-utils": "14.302.1-alpha-945e484.0",
78
- "@genesislcap/web-core": "14.302.1-alpha-945e484.0",
74
+ "@genesislcap/foundation-logger": "14.302.1-alpha-ecc0cfb.0",
75
+ "@genesislcap/foundation-notifications": "14.302.1-alpha-ecc0cfb.0",
76
+ "@genesislcap/foundation-ui": "14.302.1-alpha-ecc0cfb.0",
77
+ "@genesislcap/foundation-utils": "14.302.1-alpha-ecc0cfb.0",
78
+ "@genesislcap/web-core": "14.302.1-alpha-ecc0cfb.0",
79
79
  "@interopio/desktop": "^6.3.1",
80
80
  "@microsoft/fast-element": "1.14.0",
81
81
  "@microsoft/fast-foundation": "2.49.6",
82
82
  "rxjs": "^7.5.4",
83
- "tslib": "^2.8.1"
83
+ "tslib": "^2.3.1"
84
84
  },
85
85
  "repository": {
86
86
  "type": "git",
@@ -90,5 +90,5 @@
90
90
  "publishConfig": {
91
91
  "access": "public"
92
92
  },
93
- "gitHead": "5ef35131a2b18fc635a5dca47647fa0438d21798"
93
+ "gitHead": "dad34f09069fa189f6d6855903eed9a431fdbab1"
94
94
  }
@@ -1,14 +0,0 @@
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; [AppChannelListenerConfig](./foundation-fdc3.appchannellistenerconfig.md) &gt; [channelName](./foundation-fdc3.appchannellistenerconfig.channelname.md)
4
-
5
- ## AppChannelListenerConfig.channelName 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
- channelName: string;
14
- ```
@@ -1,62 +0,0 @@
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; [AppChannelListenerConfig](./foundation-fdc3.appchannellistenerconfig.md)
4
-
5
- ## AppChannelListenerConfig interface
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 channel config
11
-
12
- **Signature:**
13
-
14
- ```typescript
15
- export interface AppChannelListenerConfig extends SystemChannelListenerConfig
16
- ```
17
- **Extends:** [SystemChannelListenerConfig](./foundation-fdc3.systemchannellistenerconfig.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
- [channelName](./foundation-fdc3.appchannellistenerconfig.channelname.md)
45
-
46
-
47
- </td><td>
48
-
49
-
50
- </td><td>
51
-
52
- string
53
-
54
-
55
- </td><td>
56
-
57
- **_(ALPHA)_**
58
-
59
-
60
- </td></tr>
61
- </tbody></table>
62
-
@@ -1,14 +0,0 @@
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
- ```
@@ -1,62 +0,0 @@
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
-
@@ -1,14 +0,0 @@
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
- ```
@@ -1,14 +0,0 @@
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
- ```
@@ -1,81 +0,0 @@
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
-
@@ -1,14 +0,0 @@
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
- ```
@@ -1,14 +0,0 @@
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
- ```
@@ -1,14 +0,0 @@
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
- ```
@@ -1,14 +0,0 @@
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
- ```