@genesislcap/foundation-fdc3 14.408.0 → 14.409.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 (57) hide show
  1. package/README.md +5 -75
  2. package/package.json +14 -14
  3. package/docs/api/foundation-fdc3.appchannellistenerconfig.channelname.md +0 -14
  4. package/docs/api/foundation-fdc3.appchannellistenerconfig.md +0 -62
  5. package/docs/api/foundation-fdc3.fdc3.addchannellistener.md +0 -86
  6. package/docs/api/foundation-fdc3.fdc3.addintentlisteners.md +0 -54
  7. package/docs/api/foundation-fdc3.fdc3.addsystemchannellistener.md +0 -70
  8. package/docs/api/foundation-fdc3.fdc3.broadcastonchannel.md +0 -86
  9. package/docs/api/foundation-fdc3.fdc3.broadcastonchanneleventhandler.md +0 -70
  10. package/docs/api/foundation-fdc3.fdc3.broadcastoncurrentchannel.md +0 -70
  11. package/docs/api/foundation-fdc3.fdc3.currentchannel_.md +0 -13
  12. package/docs/api/foundation-fdc3.fdc3.findintent.md +0 -72
  13. package/docs/api/foundation-fdc3.fdc3.findintentsbycontext.md +0 -56
  14. package/docs/api/foundation-fdc3.fdc3.getcurrentchannel.md +0 -17
  15. package/docs/api/foundation-fdc3.fdc3.getorcreatechannel.md +0 -56
  16. package/docs/api/foundation-fdc3.fdc3.handlechannelcurrentcontext.md +0 -86
  17. package/docs/api/foundation-fdc3.fdc3.isinteropfdc3.md +0 -13
  18. package/docs/api/foundation-fdc3.fdc3.isready.md +0 -13
  19. package/docs/api/foundation-fdc3.fdc3.isready_.md +0 -13
  20. package/docs/api/foundation-fdc3.fdc3.joinchannel.md +0 -56
  21. package/docs/api/foundation-fdc3.fdc3.md +0 -284
  22. package/docs/api/foundation-fdc3.fdc3.raiseintent.md +0 -72
  23. package/docs/api/foundation-fdc3.fdc3.raiseintentforcontext.md +0 -56
  24. package/docs/api/foundation-fdc3.fdc3appintent.md +0 -18
  25. package/docs/api/foundation-fdc3.fdc3channel.md +0 -18
  26. package/docs/api/foundation-fdc3.fdc3context.md +0 -18
  27. package/docs/api/foundation-fdc3.fdc3contexthandler.md +0 -16
  28. package/docs/api/foundation-fdc3.fdc3contextlistener.config.md +0 -14
  29. package/docs/api/foundation-fdc3.fdc3contextlistener.md +0 -62
  30. package/docs/api/foundation-fdc3.fdc3intentlistener.fdc3.md +0 -14
  31. package/docs/api/foundation-fdc3.fdc3intentlistener.intentconfig.md +0 -14
  32. package/docs/api/foundation-fdc3.fdc3intentlistener.md +0 -81
  33. package/docs/api/foundation-fdc3.fdc3intentresolution.md +0 -18
  34. package/docs/api/foundation-fdc3.fdc3intents.md +0 -16
  35. package/docs/api/foundation-fdc3.fdc3raiseintent.eventname.md +0 -14
  36. package/docs/api/foundation-fdc3.fdc3raiseintent.fdc3.md +0 -14
  37. package/docs/api/foundation-fdc3.fdc3raiseintent.intentname.md +0 -14
  38. package/docs/api/foundation-fdc3.fdc3raiseintent.intenttype.md +0 -14
  39. package/docs/api/foundation-fdc3.fdc3raiseintent.mappingfunction.md +0 -14
  40. package/docs/api/foundation-fdc3.fdc3raiseintent.md +0 -138
  41. package/docs/api/foundation-fdc3.fdc3systemchannellistener.config.md +0 -14
  42. package/docs/api/foundation-fdc3.fdc3systemchannellistener.fdc3.md +0 -14
  43. package/docs/api/foundation-fdc3.fdc3systemchannellistener.md +0 -81
  44. package/docs/api/foundation-fdc3.intentconfig.callback.md +0 -14
  45. package/docs/api/foundation-fdc3.intentconfig.intent.md +0 -14
  46. package/docs/api/foundation-fdc3.intentconfig.md +0 -80
  47. package/docs/api/foundation-fdc3.interopfoundationnotificationlistener.md +0 -66
  48. package/docs/api/foundation-fdc3.interopnotificationslistener.ioconnectnotificationoptions.md +0 -11
  49. package/docs/api/foundation-fdc3.interopnotificationslistener.md +0 -93
  50. package/docs/api/foundation-fdc3.interopnotificationslistener.shownotificationtoast.md +0 -50
  51. package/docs/api/foundation-fdc3.logger.md +0 -13
  52. package/docs/api/foundation-fdc3.md +0 -254
  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/index.md +0 -30
  57. package/docs/api-report.md.api.md +0 -281
@@ -1,72 +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; [FDC3](./foundation-fdc3.fdc3.md) &gt; [raiseIntent](./foundation-fdc3.fdc3.raiseintent.md)
4
-
5
- ## FDC3.raiseIntent() method
6
-
7
- Raises the specified intent with the specified context.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- raiseIntent(context: FDC3Context, intent?: FDC3Intents): Promise<FDC3IntentResolution>;
13
- ```
14
-
15
- ## Parameters
16
-
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>
66
-
67
- **Returns:**
68
-
69
- Promise&lt;[FDC3IntentResolution](./foundation-fdc3.fdc3intentresolution.md)<!-- -->&gt;
70
-
71
- A promise that resolves with the result of the intent resolution.
72
-
@@ -1,56 +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; [FDC3](./foundation-fdc3.fdc3.md) &gt; [raiseIntentForContext](./foundation-fdc3.fdc3.raiseintentforcontext.md)
4
-
5
- ## FDC3.raiseIntentForContext() method
6
-
7
- Raises an intent against an application based purely on the context data.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- raiseIntentForContext(context: FDC3Context): Promise<FDC3IntentResolution>;
13
- ```
14
-
15
- ## Parameters
16
-
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>
50
-
51
- **Returns:**
52
-
53
- Promise&lt;[FDC3IntentResolution](./foundation-fdc3.fdc3intentresolution.md)<!-- -->&gt;
54
-
55
- A promise that resolves with the result of the intent resolution.
56
-
@@ -1,18 +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; [FDC3AppIntent](./foundation-fdc3.fdc3appintent.md)
4
-
5
- ## FDC3AppIntent interface
6
-
7
- > Warning: This API is now obsolete.
8
- >
9
- > Use AppIntent from the @<!-- -->finos/fdc3 package instead
10
- >
11
-
12
- **Signature:**
13
-
14
- ```typescript
15
- export interface FDC3AppIntent extends AppIntent
16
- ```
17
- **Extends:** AppIntent
18
-
@@ -1,18 +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; [FDC3Channel](./foundation-fdc3.fdc3channel.md)
4
-
5
- ## FDC3Channel interface
6
-
7
- > Warning: This API is now obsolete.
8
- >
9
- > Use Channel from the @<!-- -->finos/fdc3 package instead
10
- >
11
-
12
- **Signature:**
13
-
14
- ```typescript
15
- export interface FDC3Channel extends Channel
16
- ```
17
- **Extends:** Channel
18
-
@@ -1,18 +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; [FDC3Context](./foundation-fdc3.fdc3context.md)
4
-
5
- ## FDC3Context interface
6
-
7
- > Warning: This API is now obsolete.
8
- >
9
- > Use Context from the @<!-- -->finos/fdc3 package instead
10
- >
11
-
12
- **Signature:**
13
-
14
- ```typescript
15
- export interface FDC3Context extends Context
16
- ```
17
- **Extends:** Context
18
-
@@ -1,16 +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; [FDC3ContextHandler](./foundation-fdc3.fdc3contexthandler.md)
4
-
5
- ## FDC3ContextHandler type
6
-
7
- > Warning: This API is now obsolete.
8
- >
9
- > Use ContextHandler from the @<!-- -->finos/fdc3 package instead
10
- >
11
-
12
- **Signature:**
13
-
14
- ```typescript
15
- export type FDC3ContextHandler = ContextHandler;
16
- ```
@@ -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,18 +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; [FDC3IntentResolution](./foundation-fdc3.fdc3intentresolution.md)
4
-
5
- ## FDC3IntentResolution interface
6
-
7
- > Warning: This API is now obsolete.
8
- >
9
- > Use IntentResolution from the @<!-- -->finos/fdc3 package instead
10
- >
11
-
12
- **Signature:**
13
-
14
- ```typescript
15
- export interface FDC3IntentResolution extends IntentResolution
16
- ```
17
- **Extends:** IntentResolution
18
-
@@ -1,16 +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; [FDC3Intents](./foundation-fdc3.fdc3intents.md)
4
-
5
- ## FDC3Intents type
6
-
7
- > Warning: This API is now obsolete.
8
- >
9
- > Use Intents from the @<!-- -->finos/fdc3 package instead
10
- >
11
-
12
- **Signature:**
13
-
14
- ```typescript
15
- export type FDC3Intents = Intents;
16
- ```
@@ -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
- ```
@@ -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; [mappingFunction](./foundation-fdc3.fdc3raiseintent.mappingfunction.md)
4
-
5
- ## Fdc3RaiseIntent.mappingFunction 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
- mappingFunction: (any: any) => any;
14
- ```
@@ -1,138 +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)
4
-
5
- ## Fdc3RaiseIntent 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-raise-intent
11
-
12
- **Signature:**
13
-
14
- ```typescript
15
- export declare class Fdc3RaiseIntent extends Fdc3RaiseIntent_base
16
- ```
17
- **Extends:** Fdc3RaiseIntent\_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
- [eventName](./foundation-fdc3.fdc3raiseintent.eventname.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
- <tr><td>
62
-
63
- [fdc3](./foundation-fdc3.fdc3raiseintent.fdc3.md)
64
-
65
-
66
- </td><td>
67
-
68
-
69
- </td><td>
70
-
71
- [FDC3](./foundation-fdc3.fdc3.md)
72
-
73
-
74
- </td><td>
75
-
76
- **_(ALPHA)_**
77
-
78
-
79
- </td></tr>
80
- <tr><td>
81
-
82
- [intentName](./foundation-fdc3.fdc3raiseintent.intentname.md)
83
-
84
-
85
- </td><td>
86
-
87
-
88
- </td><td>
89
-
90
- string
91
-
92
-
93
- </td><td>
94
-
95
- **_(ALPHA)_**
96
-
97
-
98
- </td></tr>
99
- <tr><td>
100
-
101
- [intentType](./foundation-fdc3.fdc3raiseintent.intenttype.md)
102
-
103
-
104
- </td><td>
105
-
106
-
107
- </td><td>
108
-
109
- string
110
-
111
-
112
- </td><td>
113
-
114
- **_(ALPHA)_**
115
-
116
-
117
- </td></tr>
118
- <tr><td>
119
-
120
- [mappingFunction](./foundation-fdc3.fdc3raiseintent.mappingfunction.md)
121
-
122
-
123
- </td><td>
124
-
125
-
126
- </td><td>
127
-
128
- (any: any) =&gt; any
129
-
130
-
131
- </td><td>
132
-
133
- **_(ALPHA)_**
134
-
135
-
136
- </td></tr>
137
- </tbody></table>
138
-
@@ -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; [Fdc3SystemChannelListener](./foundation-fdc3.fdc3systemchannellistener.md) &gt; [config](./foundation-fdc3.fdc3systemchannellistener.config.md)
4
-
5
- ## Fdc3SystemChannelListener.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: SystemChannelListenerConfig[];
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; [Fdc3SystemChannelListener](./foundation-fdc3.fdc3systemchannellistener.md) &gt; [fdc3](./foundation-fdc3.fdc3systemchannellistener.fdc3.md)
4
-
5
- ## Fdc3SystemChannelListener.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
- ```