@genesislcap/foundation-fdc3 14.237.2-alpha-78ebbc0.0 → 14.238.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.
- package/dist/dts/fdc3-channel-event.d.ts +29 -46
- package/dist/dts/fdc3-channel-event.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/dts/util/fdc3-intent-listener.d.ts +29 -46
- package/dist/dts/util/fdc3-intent-listener.d.ts.map +1 -1
- package/dist/dts/util/fdc3-raise-intent.d.ts +29 -46
- package/dist/dts/util/fdc3-raise-intent.d.ts.map +1 -1
- package/dist/dts/util/fdc3-system-channel-listener.d.ts +29 -46
- package/dist/dts/util/fdc3-system-channel-listener.d.ts.map +1 -1
- package/dist/esm/fdc3.js +2 -2
- package/dist/foundation-fdc3.api.json +167 -834
- package/dist/foundation-fdc3.d.ts +116 -182
- package/docs/api/foundation-fdc3.interopfoundationnotificationlistener.md +1 -11
- package/docs/api/foundation-fdc3.md +1 -13
- package/docs/{api-report.md.api.md → api-report.md} +0 -2
- package/package.json +15 -15
- package/docs/api/foundation-fdc3.appchannellistenerconfig.channelname.md +0 -14
- package/docs/api/foundation-fdc3.appchannellistenerconfig.md +0 -24
- package/docs/api/foundation-fdc3.fdc3contextlistener.config.md +0 -14
- package/docs/api/foundation-fdc3.fdc3contextlistener.md +0 -24
- package/docs/api/foundation-fdc3.fdc3intentlistener.fdc3.md +0 -14
- package/docs/api/foundation-fdc3.fdc3intentlistener.intentconfig.md +0 -14
- package/docs/api/foundation-fdc3.fdc3intentlistener.md +0 -25
- package/docs/api/foundation-fdc3.fdc3raiseintent.eventname.md +0 -14
- package/docs/api/foundation-fdc3.fdc3raiseintent.fdc3.md +0 -14
- package/docs/api/foundation-fdc3.fdc3raiseintent.intentname.md +0 -14
- package/docs/api/foundation-fdc3.fdc3raiseintent.intenttype.md +0 -14
- package/docs/api/foundation-fdc3.fdc3raiseintent.mappingfunction.md +0 -14
- package/docs/api/foundation-fdc3.fdc3raiseintent.md +0 -28
- package/docs/api/foundation-fdc3.fdc3systemchannellistener.config.md +0 -14
- package/docs/api/foundation-fdc3.fdc3systemchannellistener.fdc3.md +0 -14
- package/docs/api/foundation-fdc3.fdc3systemchannellistener.md +0 -25
- package/docs/api/foundation-fdc3.intentconfig.callback.md +0 -14
- package/docs/api/foundation-fdc3.intentconfig.intent.md +0 -14
- package/docs/api/foundation-fdc3.intentconfig.md +0 -24
- package/docs/api/foundation-fdc3.systemchannellistenerconfig.callback.md +0 -14
- package/docs/api/foundation-fdc3.systemchannellistenerconfig.channeltype.md +0 -14
- package/docs/api/foundation-fdc3.systemchannellistenerconfig.md +0 -24
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [interopFoundationNotificationListener](./foundation-fdc3.interopfoundationnotificationlistener.md)
|
|
4
4
|
|
|
5
|
-
## interopFoundationNotificationListener
|
|
5
|
+
## interopFoundationNotificationListener variable
|
|
6
6
|
|
|
7
7
|
The Foundation Interop Notification Listener
|
|
8
8
|
|
|
@@ -20,16 +20,6 @@ interopFoundationNotificationListener: (overrideDefinition?: import("@microsoft/
|
|
|
20
20
|
}, typeof InteropNotificationsListener>
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
## Parameters
|
|
24
|
-
|
|
25
|
-
| Parameter | Type | Description |
|
|
26
|
-
| --- | --- | --- |
|
|
27
|
-
| overrideDefinition | import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{ baseName: string; template: import("@microsoft/fast-element").ViewTemplate<NotificationListener, any>; shadowOptions: ShadowRootInit; }> | _(Optional)_ |
|
|
28
|
-
|
|
29
|
-
**Returns:**
|
|
30
|
-
|
|
31
|
-
import("@microsoft/fast-foundation").FoundationElementRegistry<{ baseName: string; template: import("@microsoft/fast-element").ViewTemplate<NotificationListener, any>; shadowOptions: ShadowRootInit; }, typeof [InteropNotificationsListener](./foundation-fdc3.interopnotificationslistener.md)<!-- -->>
|
|
32
|
-
|
|
33
23
|
## Remarks
|
|
34
24
|
|
|
35
25
|
HTML Element: <<!-- -->foundation-interop-notification-listener<!-- -->>
|
|
@@ -8,35 +8,23 @@
|
|
|
8
8
|
|
|
9
9
|
| Class | Description |
|
|
10
10
|
| --- | --- |
|
|
11
|
-
| [Fdc3ContextListener](./foundation-fdc3.fdc3contextlistener.md) | **_(ALPHA)_** fdc3-context-listener listen to app channel context |
|
|
12
|
-
| [Fdc3IntentListener](./foundation-fdc3.fdc3intentlistener.md) | **_(ALPHA)_** fdc3-system-channel-listener Util element to listen to the context on a fdc3 app channel |
|
|
13
|
-
| [Fdc3RaiseIntent](./foundation-fdc3.fdc3raiseintent.md) | **_(ALPHA)_** fdc3-raise-intent |
|
|
14
|
-
| [Fdc3SystemChannelListener](./foundation-fdc3.fdc3systemchannellistener.md) | **_(ALPHA)_** fdc3-system-channel-listener Util element to listen to the context on a fdc3 system channel |
|
|
15
11
|
| [InteropNotificationsListener](./foundation-fdc3.interopnotificationslistener.md) | |
|
|
16
12
|
|
|
17
|
-
## Functions
|
|
18
|
-
|
|
19
|
-
| Function | Description |
|
|
20
|
-
| --- | --- |
|
|
21
|
-
| [interopFoundationNotificationListener(overrideDefinition)](./foundation-fdc3.interopfoundationnotificationlistener.md) | The Foundation Interop Notification Listener |
|
|
22
|
-
|
|
23
13
|
## Interfaces
|
|
24
14
|
|
|
25
15
|
| Interface | Description |
|
|
26
16
|
| --- | --- |
|
|
27
|
-
| [AppChannelListenerConfig](./foundation-fdc3.appchannellistenerconfig.md) | **_(ALPHA)_** fdc3-context-listener listen channel config |
|
|
28
17
|
| [FDC3](./foundation-fdc3.fdc3.md) | The FDC3 API interface. |
|
|
29
18
|
| [FDC3AppIntent](./foundation-fdc3.fdc3appintent.md) | |
|
|
30
19
|
| [FDC3Channel](./foundation-fdc3.fdc3channel.md) | |
|
|
31
20
|
| [FDC3Context](./foundation-fdc3.fdc3context.md) | |
|
|
32
21
|
| [FDC3IntentResolution](./foundation-fdc3.fdc3intentresolution.md) | |
|
|
33
|
-
| [IntentConfig](./foundation-fdc3.intentconfig.md) | **_(ALPHA)_** fdc3-intent-listener listen intent config |
|
|
34
|
-
| [SystemChannelListenerConfig](./foundation-fdc3.systemchannellistenerconfig.md) | **_(ALPHA)_** System channel listener config. System channels are also known as color channels |
|
|
35
22
|
|
|
36
23
|
## Variables
|
|
37
24
|
|
|
38
25
|
| Variable | Description |
|
|
39
26
|
| --- | --- |
|
|
27
|
+
| [interopFoundationNotificationListener](./foundation-fdc3.interopfoundationnotificationlistener.md) | The Foundation Interop Notification Listener |
|
|
40
28
|
| [logger](./foundation-fdc3.logger.md) | Logger for the foundation-fdc3 package |
|
|
41
29
|
|
|
42
30
|
## Type Aliases
|
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.
|
|
4
|
+
"version": "14.238.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.
|
|
63
|
-
"@genesislcap/genx": "14.
|
|
64
|
-
"@genesislcap/rollup-builder": "14.
|
|
65
|
-
"@genesislcap/ts-builder": "14.
|
|
66
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
67
|
-
"@genesislcap/vite-builder": "14.
|
|
68
|
-
"@genesislcap/webpack-builder": "14.
|
|
62
|
+
"@genesislcap/foundation-testing": "14.238.0",
|
|
63
|
+
"@genesislcap/genx": "14.238.0",
|
|
64
|
+
"@genesislcap/rollup-builder": "14.238.0",
|
|
65
|
+
"@genesislcap/ts-builder": "14.238.0",
|
|
66
|
+
"@genesislcap/uvu-playwright-builder": "14.238.0",
|
|
67
|
+
"@genesislcap/vite-builder": "14.238.0",
|
|
68
|
+
"@genesislcap/webpack-builder": "14.238.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.
|
|
75
|
-
"@genesislcap/foundation-notifications": "14.
|
|
76
|
-
"@genesislcap/foundation-ui": "14.
|
|
77
|
-
"@genesislcap/foundation-utils": "14.
|
|
78
|
-
"@genesislcap/web-core": "14.
|
|
74
|
+
"@genesislcap/foundation-logger": "14.238.0",
|
|
75
|
+
"@genesislcap/foundation-notifications": "14.238.0",
|
|
76
|
+
"@genesislcap/foundation-ui": "14.238.0",
|
|
77
|
+
"@genesislcap/foundation-utils": "14.238.0",
|
|
78
|
+
"@genesislcap/web-core": "14.238.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.
|
|
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": "
|
|
93
|
+
"gitHead": "2735fb5a88f2e15f101c1343ee178d80db89fc63"
|
|
94
94
|
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [AppChannelListenerConfig](./foundation-fdc3.appchannellistenerconfig.md) > [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,24 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [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
|
-
| Property | Modifiers | Type | Description |
|
|
22
|
-
| --- | --- | --- | --- |
|
|
23
|
-
| [channelName](./foundation-fdc3.appchannellistenerconfig.channelname.md) | | string | **_(ALPHA)_** |
|
|
24
|
-
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [Fdc3ContextListener](./foundation-fdc3.fdc3contextlistener.md) > [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,24 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [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
|
-
| Property | Modifiers | Type | Description |
|
|
22
|
-
| --- | --- | --- | --- |
|
|
23
|
-
| [config](./foundation-fdc3.fdc3contextlistener.config.md) | | [AppChannelListenerConfig](./foundation-fdc3.appchannellistenerconfig.md)<!-- -->\[\] | **_(ALPHA)_** |
|
|
24
|
-
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [Fdc3IntentListener](./foundation-fdc3.fdc3intentlistener.md) > [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) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [Fdc3IntentListener](./foundation-fdc3.fdc3intentlistener.md) > [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,25 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [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
|
-
| Property | Modifiers | Type | Description |
|
|
22
|
-
| --- | --- | --- | --- |
|
|
23
|
-
| [fdc3](./foundation-fdc3.fdc3intentlistener.fdc3.md) | | [FDC3](./foundation-fdc3.fdc3.md) | **_(ALPHA)_** |
|
|
24
|
-
| [intentConfig](./foundation-fdc3.fdc3intentlistener.intentconfig.md) | | [IntentConfig](./foundation-fdc3.intentconfig.md)<!-- -->\[\] | **_(ALPHA)_** |
|
|
25
|
-
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [Fdc3RaiseIntent](./foundation-fdc3.fdc3raiseintent.md) > [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) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [Fdc3RaiseIntent](./foundation-fdc3.fdc3raiseintent.md) > [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) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [Fdc3RaiseIntent](./foundation-fdc3.fdc3raiseintent.md) > [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) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [Fdc3RaiseIntent](./foundation-fdc3.fdc3raiseintent.md) > [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) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [Fdc3RaiseIntent](./foundation-fdc3.fdc3raiseintent.md) > [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,28 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [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
|
-
| Property | Modifiers | Type | Description |
|
|
22
|
-
| --- | --- | --- | --- |
|
|
23
|
-
| [eventName](./foundation-fdc3.fdc3raiseintent.eventname.md) | | string | **_(ALPHA)_** |
|
|
24
|
-
| [fdc3](./foundation-fdc3.fdc3raiseintent.fdc3.md) | | [FDC3](./foundation-fdc3.fdc3.md) | **_(ALPHA)_** |
|
|
25
|
-
| [intentName](./foundation-fdc3.fdc3raiseintent.intentname.md) | | string | **_(ALPHA)_** |
|
|
26
|
-
| [intentType](./foundation-fdc3.fdc3raiseintent.intenttype.md) | | string | **_(ALPHA)_** |
|
|
27
|
-
| [mappingFunction](./foundation-fdc3.fdc3raiseintent.mappingfunction.md) | | (any: any) => any | **_(ALPHA)_** |
|
|
28
|
-
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [Fdc3SystemChannelListener](./foundation-fdc3.fdc3systemchannellistener.md) > [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) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [Fdc3SystemChannelListener](./foundation-fdc3.fdc3systemchannellistener.md) > [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
|
-
```
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [Fdc3SystemChannelListener](./foundation-fdc3.fdc3systemchannellistener.md)
|
|
4
|
-
|
|
5
|
-
## Fdc3SystemChannelListener 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 system channel
|
|
11
|
-
|
|
12
|
-
**Signature:**
|
|
13
|
-
|
|
14
|
-
```typescript
|
|
15
|
-
export declare class Fdc3SystemChannelListener extends Fdc3SystemChannelListener_base
|
|
16
|
-
```
|
|
17
|
-
**Extends:** Fdc3SystemChannelListener\_base
|
|
18
|
-
|
|
19
|
-
## Properties
|
|
20
|
-
|
|
21
|
-
| Property | Modifiers | Type | Description |
|
|
22
|
-
| --- | --- | --- | --- |
|
|
23
|
-
| [config](./foundation-fdc3.fdc3systemchannellistener.config.md) | | [SystemChannelListenerConfig](./foundation-fdc3.systemchannellistenerconfig.md)<!-- -->\[\] | **_(ALPHA)_** |
|
|
24
|
-
| [fdc3](./foundation-fdc3.fdc3systemchannellistener.fdc3.md) | | [FDC3](./foundation-fdc3.fdc3.md) | **_(ALPHA)_** |
|
|
25
|
-
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [IntentConfig](./foundation-fdc3.intentconfig.md) > [callback](./foundation-fdc3.intentconfig.callback.md)
|
|
4
|
-
|
|
5
|
-
## IntentConfig.callback 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
|
-
callback: (FDC3Context: any) => void;
|
|
14
|
-
```
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [IntentConfig](./foundation-fdc3.intentconfig.md) > [intent](./foundation-fdc3.intentconfig.intent.md)
|
|
4
|
-
|
|
5
|
-
## IntentConfig.intent 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
|
-
intent: string;
|
|
14
|
-
```
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [IntentConfig](./foundation-fdc3.intentconfig.md)
|
|
4
|
-
|
|
5
|
-
## IntentConfig 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-intent-listener listen intent config
|
|
11
|
-
|
|
12
|
-
**Signature:**
|
|
13
|
-
|
|
14
|
-
```typescript
|
|
15
|
-
export interface IntentConfig
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
## Properties
|
|
19
|
-
|
|
20
|
-
| Property | Modifiers | Type | Description |
|
|
21
|
-
| --- | --- | --- | --- |
|
|
22
|
-
| [callback](./foundation-fdc3.intentconfig.callback.md) | | (FDC3Context: any) => void | **_(ALPHA)_** |
|
|
23
|
-
| [intent](./foundation-fdc3.intentconfig.intent.md) | | string | **_(ALPHA)_** |
|
|
24
|
-
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [SystemChannelListenerConfig](./foundation-fdc3.systemchannellistenerconfig.md) > [callback](./foundation-fdc3.systemchannellistenerconfig.callback.md)
|
|
4
|
-
|
|
5
|
-
## SystemChannelListenerConfig.callback 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
|
-
callback: (any: any) => void;
|
|
14
|
-
```
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [SystemChannelListenerConfig](./foundation-fdc3.systemchannellistenerconfig.md) > [channelType](./foundation-fdc3.systemchannellistenerconfig.channeltype.md)
|
|
4
|
-
|
|
5
|
-
## SystemChannelListenerConfig.channelType 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
|
-
channelType: string;
|
|
14
|
-
```
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-fdc3](./foundation-fdc3.md) > [SystemChannelListenerConfig](./foundation-fdc3.systemchannellistenerconfig.md)
|
|
4
|
-
|
|
5
|
-
## SystemChannelListenerConfig 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
|
-
System channel listener config. System channels are also known as color channels
|
|
11
|
-
|
|
12
|
-
**Signature:**
|
|
13
|
-
|
|
14
|
-
```typescript
|
|
15
|
-
export interface SystemChannelListenerConfig
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
## Properties
|
|
19
|
-
|
|
20
|
-
| Property | Modifiers | Type | Description |
|
|
21
|
-
| --- | --- | --- | --- |
|
|
22
|
-
| [callback](./foundation-fdc3.systemchannellistenerconfig.callback.md) | | (any: any) => void | **_(ALPHA)_** |
|
|
23
|
-
| [channelType](./foundation-fdc3.systemchannellistenerconfig.channeltype.md) | | string | **_(ALPHA)_** |
|
|
24
|
-
|