@genesislcap/foundation-fdc3 14.225.3 → 14.225.4-alpha-5f6eefd.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/dts/fdc3-channel-event.d.ts +46 -29
- 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 +46 -29
- package/dist/dts/util/fdc3-intent-listener.d.ts.map +1 -1
- package/dist/dts/util/fdc3-raise-intent.d.ts +46 -29
- package/dist/dts/util/fdc3-raise-intent.d.ts.map +1 -1
- package/dist/dts/util/fdc3-system-channel-listener.d.ts +46 -29
- 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 +845 -178
- package/dist/foundation-fdc3.d.ts +182 -116
- package/docs/api/foundation-fdc3.appchannellistenerconfig.channelname.md +14 -0
- package/docs/api/foundation-fdc3.appchannellistenerconfig.md +24 -0
- package/docs/api/foundation-fdc3.fdc3contextlistener.config.md +14 -0
- package/docs/api/foundation-fdc3.fdc3contextlistener.md +24 -0
- package/docs/api/foundation-fdc3.fdc3intentlistener.fdc3.md +14 -0
- package/docs/api/foundation-fdc3.fdc3intentlistener.intentconfig.md +14 -0
- package/docs/api/foundation-fdc3.fdc3intentlistener.md +25 -0
- package/docs/api/foundation-fdc3.fdc3raiseintent.eventname.md +14 -0
- package/docs/api/foundation-fdc3.fdc3raiseintent.fdc3.md +14 -0
- package/docs/api/foundation-fdc3.fdc3raiseintent.intentname.md +14 -0
- package/docs/api/foundation-fdc3.fdc3raiseintent.intenttype.md +14 -0
- package/docs/api/foundation-fdc3.fdc3raiseintent.mappingfunction.md +14 -0
- package/docs/api/foundation-fdc3.fdc3raiseintent.md +28 -0
- package/docs/api/foundation-fdc3.fdc3systemchannellistener.config.md +14 -0
- package/docs/api/foundation-fdc3.fdc3systemchannellistener.fdc3.md +14 -0
- package/docs/api/foundation-fdc3.fdc3systemchannellistener.md +25 -0
- package/docs/api/foundation-fdc3.intentconfig.callback.md +14 -0
- package/docs/api/foundation-fdc3.intentconfig.intent.md +14 -0
- package/docs/api/foundation-fdc3.intentconfig.md +24 -0
- package/docs/api/foundation-fdc3.interopfoundationnotificationlistener.md +11 -1
- package/docs/api/foundation-fdc3.md +13 -1
- package/docs/api/foundation-fdc3.systemchannellistenerconfig.callback.md +14 -0
- package/docs/api/foundation-fdc3.systemchannellistenerconfig.channeltype.md +14 -0
- package/docs/api/foundation-fdc3.systemchannellistenerconfig.md +24 -0
- package/docs/{api-report.md → api-report.md.api.md} +2 -0
- package/package.json +15 -15
@@ -0,0 +1,14 @@
|
|
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
|
+
```
|
@@ -0,0 +1,24 @@
|
|
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
|
+
|
@@ -0,0 +1,14 @@
|
|
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
|
+
```
|
@@ -0,0 +1,24 @@
|
|
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
|
+
|
@@ -0,0 +1,14 @@
|
|
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
|
+
```
|
@@ -0,0 +1,14 @@
|
|
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
|
+
```
|
@@ -0,0 +1,25 @@
|
|
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
|
+
|
@@ -0,0 +1,14 @@
|
|
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
|
+
```
|
@@ -0,0 +1,14 @@
|
|
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
|
+
```
|
@@ -0,0 +1,14 @@
|
|
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
|
+
```
|
@@ -0,0 +1,14 @@
|
|
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
|
+
```
|
@@ -0,0 +1,14 @@
|
|
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
|
+
```
|
@@ -0,0 +1,28 @@
|
|
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
|
+
|
@@ -0,0 +1,14 @@
|
|
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
|
+
```
|
@@ -0,0 +1,14 @@
|
|
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
|
+
```
|
@@ -0,0 +1,25 @@
|
|
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
|
+
|
@@ -0,0 +1,14 @@
|
|
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
|
+
```
|
@@ -0,0 +1,14 @@
|
|
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
|
+
```
|
@@ -0,0 +1,24 @@
|
|
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
|
+
|
@@ -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() function
|
6
6
|
|
7
7
|
The Foundation Interop Notification Listener
|
8
8
|
|
@@ -20,6 +20,16 @@ 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
|
+
|
23
33
|
## Remarks
|
24
34
|
|
25
35
|
HTML Element: <<!-- -->foundation-interop-notification-listener<!-- -->>
|
@@ -8,23 +8,35 @@
|
|
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 |
|
11
15
|
| [InteropNotificationsListener](./foundation-fdc3.interopnotificationslistener.md) | |
|
12
16
|
|
17
|
+
## Functions
|
18
|
+
|
19
|
+
| Function | Description |
|
20
|
+
| --- | --- |
|
21
|
+
| [interopFoundationNotificationListener(overrideDefinition)](./foundation-fdc3.interopfoundationnotificationlistener.md) | The Foundation Interop Notification Listener |
|
22
|
+
|
13
23
|
## Interfaces
|
14
24
|
|
15
25
|
| Interface | Description |
|
16
26
|
| --- | --- |
|
27
|
+
| [AppChannelListenerConfig](./foundation-fdc3.appchannellistenerconfig.md) | **_(ALPHA)_** fdc3-context-listener listen channel config |
|
17
28
|
| [FDC3](./foundation-fdc3.fdc3.md) | The FDC3 API interface. |
|
18
29
|
| [FDC3AppIntent](./foundation-fdc3.fdc3appintent.md) | |
|
19
30
|
| [FDC3Channel](./foundation-fdc3.fdc3channel.md) | |
|
20
31
|
| [FDC3Context](./foundation-fdc3.fdc3context.md) | |
|
21
32
|
| [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 |
|
22
35
|
|
23
36
|
## Variables
|
24
37
|
|
25
38
|
| Variable | Description |
|
26
39
|
| --- | --- |
|
27
|
-
| [interopFoundationNotificationListener](./foundation-fdc3.interopfoundationnotificationlistener.md) | The Foundation Interop Notification Listener |
|
28
40
|
| [logger](./foundation-fdc3.logger.md) | Logger for the foundation-fdc3 package |
|
29
41
|
|
30
42
|
## Type Aliases
|
@@ -0,0 +1,14 @@
|
|
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
|
+
```
|
@@ -0,0 +1,14 @@
|
|
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
|
+
```
|
@@ -0,0 +1,24 @@
|
|
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
|
+
|
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.225.
|
4
|
+
"version": "14.225.4-alpha-5f6eefd.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.225.
|
63
|
-
"@genesislcap/genx": "14.225.
|
64
|
-
"@genesislcap/rollup-builder": "14.225.
|
65
|
-
"@genesislcap/ts-builder": "14.225.
|
66
|
-
"@genesislcap/uvu-playwright-builder": "14.225.
|
67
|
-
"@genesislcap/vite-builder": "14.225.
|
68
|
-
"@genesislcap/webpack-builder": "14.225.
|
62
|
+
"@genesislcap/foundation-testing": "14.225.4-alpha-5f6eefd.0",
|
63
|
+
"@genesislcap/genx": "14.225.4-alpha-5f6eefd.0",
|
64
|
+
"@genesislcap/rollup-builder": "14.225.4-alpha-5f6eefd.0",
|
65
|
+
"@genesislcap/ts-builder": "14.225.4-alpha-5f6eefd.0",
|
66
|
+
"@genesislcap/uvu-playwright-builder": "14.225.4-alpha-5f6eefd.0",
|
67
|
+
"@genesislcap/vite-builder": "14.225.4-alpha-5f6eefd.0",
|
68
|
+
"@genesislcap/webpack-builder": "14.225.4-alpha-5f6eefd.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.225.
|
75
|
-
"@genesislcap/foundation-notifications": "14.225.
|
76
|
-
"@genesislcap/foundation-ui": "14.225.
|
77
|
-
"@genesislcap/foundation-utils": "14.225.
|
78
|
-
"@genesislcap/web-core": "14.225.
|
74
|
+
"@genesislcap/foundation-logger": "14.225.4-alpha-5f6eefd.0",
|
75
|
+
"@genesislcap/foundation-notifications": "14.225.4-alpha-5f6eefd.0",
|
76
|
+
"@genesislcap/foundation-ui": "14.225.4-alpha-5f6eefd.0",
|
77
|
+
"@genesislcap/foundation-utils": "14.225.4-alpha-5f6eefd.0",
|
78
|
+
"@genesislcap/web-core": "14.225.4-alpha-5f6eefd.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": "
|
83
|
+
"tslib": "2.8.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": "232162ffe08f1239c9af3c85819c422c4a68db00"
|
94
94
|
}
|