@openfin/core-web 0.40.10 → 0.40.12
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +23 -23
- package/docs/platform-developer-guide.md +4 -0
- package/docs/web-application-developer-guide.md +4 -0
- package/out/api-client.js +1 -1
- package/out/docs/.nojekyll +1 -0
- package/out/docs/assets/highlight.css +134 -0
- package/out/docs/assets/icons.js +18 -0
- package/out/docs/assets/icons.svg +1 -0
- package/out/docs/assets/main.js +60 -0
- package/out/docs/assets/navigation.js +1 -0
- package/out/docs/assets/search.js +1 -0
- package/out/docs/assets/style.css +1448 -0
- package/out/docs/documents/OpenFin_Web_Application_Developer_Guide.html +43 -0
- package/out/docs/documents/Platform_Developer_Guide.html +75 -0
- package/out/docs/functions/_openfin_core_web.connect.html +18 -0
- package/out/docs/functions/_openfin_core_web_iframe_broker.init.html +1 -0
- package/out/docs/functions/_openfin_core_web_iframe_broker.rejectConnections.html +1 -0
- package/out/docs/index.html +6 -0
- package/out/docs/modules/_openfin_core_web.html +19 -0
- package/out/docs/modules/_openfin_core_web_iframe_broker.html +10 -0
- package/out/docs/modules/_openfin_core_web_shared_worker.html +4 -0
- package/out/docs/types/_openfin_core_web.BaseConfig.html +3 -0
- package/out/docs/types/_openfin_core_web.BaseConnectionOptions.html +4 -0
- package/out/docs/types/_openfin_core_web.ConnectConfig.html +1 -0
- package/out/docs/types/_openfin_core_web.InheritModeConnectConfig.html +12 -0
- package/out/docs/types/_openfin_core_web.StandAloneConnectConfig.html +7 -0
- package/out/docs/types/_openfin_core_web.ViewComponentConfig.html +1 -0
- package/out/docs/types/_openfin_core_web.WebCreateLayoutOptions.html +1 -0
- package/out/docs/types/_openfin_core_web.WebLayoutComponent.html +2 -0
- package/out/docs/types/_openfin_core_web.WebLayoutInitOptions.html +1 -0
- package/out/docs/types/_openfin_core_web.WebLayoutOptions.html +1 -0
- package/out/docs/types/_openfin_core_web.WebLayoutPlatformOptions.html +1 -0
- package/out/docs/types/_openfin_core_web.WebLayoutSnapshot.html +1 -0
- package/out/docs/types/_openfin_core_web_iframe_broker.ConnectionOptions.html +1 -0
- package/out/docs/variables/_openfin_core_web_shared_worker.default.html +1 -0
- package/out/main-39bf2e67.js +3 -0
- package/out/main-3dc4b9f2.js +1 -0
- package/out/shared-worker.js +1 -1
- package/package.json +2 -3
- package/out/docs/@openfin/core-web/README.md +0 -50
- package/out/docs/@openfin/core-web/functions/connect.md +0 -54
- package/out/docs/@openfin/core-web/iframe-broker/README.md +0 -35
- package/out/docs/@openfin/core-web/iframe-broker/functions/init.md +0 -17
- package/out/docs/@openfin/core-web/iframe-broker/functions/rejectConnections.md +0 -19
- package/out/docs/@openfin/core-web/iframe-broker/type-aliases/ConnectionOptions.md +0 -23
- package/out/docs/@openfin/core-web/shared-worker/README.md +0 -16
- package/out/docs/@openfin/core-web/shared-worker/variables/default.md +0 -9
- package/out/docs/@openfin/core-web/type-aliases/BaseConfig.md +0 -18
- package/out/docs/@openfin/core-web/type-aliases/BaseConnectionOptions.md +0 -29
- package/out/docs/@openfin/core-web/type-aliases/ConnectConfig.md +0 -9
- package/out/docs/@openfin/core-web/type-aliases/InheritModeConnectConfig.md +0 -49
- package/out/docs/@openfin/core-web/type-aliases/StandAloneConnectConfig.md +0 -31
- package/out/docs/@openfin/core-web/type-aliases/ViewComponentConfig.md +0 -9
- package/out/docs/@openfin/core-web/type-aliases/WebCreateLayoutOptions.md +0 -15
- package/out/docs/@openfin/core-web/type-aliases/WebLayoutComponent.md +0 -23
- package/out/docs/@openfin/core-web/type-aliases/WebLayoutInitOptions.md +0 -15
- package/out/docs/@openfin/core-web/type-aliases/WebLayoutOptions.md +0 -15
- package/out/docs/@openfin/core-web/type-aliases/WebLayoutPlatformOptions.md +0 -15
- package/out/docs/@openfin/core-web/type-aliases/WebLayoutSnapshot.md +0 -15
- package/out/docs/README.md +0 -11
- package/out/main-8c549a4b.js +0 -1
- package/out/main-e8439b0f.js +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@openfin/core-web",
|
3
|
-
"version": "0.40.
|
3
|
+
"version": "0.40.12",
|
4
4
|
"description": "",
|
5
5
|
"private": false,
|
6
6
|
"files": [
|
@@ -49,11 +49,10 @@
|
|
49
49
|
"dependencies": {
|
50
50
|
"buffer": "6.0.3",
|
51
51
|
"events": "^3.3.0",
|
52
|
-
"golden-layout": "2.6.0",
|
53
52
|
"lodash": "4.17.21",
|
54
53
|
"uuid": "^8.3.2"
|
55
54
|
},
|
56
55
|
"peerDependencies": {
|
57
|
-
"@openfin/core": "40.82.
|
56
|
+
"@openfin/core": "40.82.12"
|
58
57
|
}
|
59
58
|
}
|
@@ -1,50 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../README.md) / @openfin/core-web
|
6
|
-
|
7
|
-
# @openfin/core-web
|
8
|
-
|
9
|
-
The main entry point for leveraging OpenFin Web Interop in a web application.
|
10
|
-
|
11
|
-
## Remarks
|
12
|
-
|
13
|
-
This module provides a way to connect to an OpenFin Web Interop broker, which allows for communication between Web applications.
|
14
|
-
|
15
|
-
## Example
|
16
|
-
|
17
|
-
```ts
|
18
|
-
import { connect } from '@openfin/core-web';
|
19
|
-
|
20
|
-
const fin = await connect({
|
21
|
-
options: {
|
22
|
-
brokerUrl: 'ws://localhost:9696/broker'
|
23
|
-
interopConfig: {
|
24
|
-
providerId: 'my-provider-id',
|
25
|
-
currentContextGroup: 'my-context-group'
|
26
|
-
}
|
27
|
-
}
|
28
|
-
});
|
29
|
-
```
|
30
|
-
|
31
|
-
## Index
|
32
|
-
|
33
|
-
### Type Aliases
|
34
|
-
|
35
|
-
- [BaseConfig](type-aliases/BaseConfig.md)
|
36
|
-
- [BaseConnectionOptions](type-aliases/BaseConnectionOptions.md)
|
37
|
-
- [ConnectConfig](type-aliases/ConnectConfig.md)
|
38
|
-
- [InheritModeConnectConfig](type-aliases/InheritModeConnectConfig.md)
|
39
|
-
- [StandAloneConnectConfig](type-aliases/StandAloneConnectConfig.md)
|
40
|
-
- [ViewComponentConfig](type-aliases/ViewComponentConfig.md)
|
41
|
-
- [WebCreateLayoutOptions](type-aliases/WebCreateLayoutOptions.md)
|
42
|
-
- [WebLayoutComponent](type-aliases/WebLayoutComponent.md)
|
43
|
-
- [WebLayoutInitOptions](type-aliases/WebLayoutInitOptions.md)
|
44
|
-
- [WebLayoutOptions](type-aliases/WebLayoutOptions.md)
|
45
|
-
- [WebLayoutPlatformOptions](type-aliases/WebLayoutPlatformOptions.md)
|
46
|
-
- [WebLayoutSnapshot](type-aliases/WebLayoutSnapshot.md)
|
47
|
-
|
48
|
-
### Functions
|
49
|
-
|
50
|
-
- [connect](functions/connect.md)
|
@@ -1,54 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../README.md) / [@openfin/core-web](../README.md) / connect
|
6
|
-
|
7
|
-
# Function: connect()
|
8
|
-
|
9
|
-
> **connect**(`connectConfig`): `Promise`\<`Fin`\<`"external connection"`\>\>
|
10
|
-
|
11
|
-
## connect(connectConfig: ConnectConfig)
|
12
|
-
Establishes a connection to an OpenFin Web Interop Broker, returning a fin object that supports a subset of APIS.
|
13
|
-
|
14
|
-
### Supported APIs
|
15
|
-
|
16
|
-
* fin.InterApplicationBus.Channels
|
17
|
-
* fin.Interop
|
18
|
-
* fin.me.identity
|
19
|
-
* fin.Platform.Layout.init
|
20
|
-
* fin.Platform.Layout.create
|
21
|
-
* fin.Platform.Layout.destroy
|
22
|
-
* fin.Platform.Layout.getCurrentLayoutManagerSync
|
23
|
-
|
24
|
-
## Parameters
|
25
|
-
|
26
|
-
• **connectConfig**: [`ConnectConfig`](../type-aliases/ConnectConfig.md)
|
27
|
-
|
28
|
-
Config used to initialise the connection
|
29
|
-
|
30
|
-
## Returns
|
31
|
-
|
32
|
-
`Promise`\<`Fin`\<`"external connection"`\>\>
|
33
|
-
|
34
|
-
Fin api object
|
35
|
-
|
36
|
-
## Throws
|
37
|
-
|
38
|
-
If the connection to the broker fails.
|
39
|
-
|
40
|
-
## Throws
|
41
|
-
|
42
|
-
If the connection elapses the configured timeout
|
43
|
-
|
44
|
-
## Throws
|
45
|
-
|
46
|
-
If the provided InheritModeConnectConfig.validateOptions returns false
|
47
|
-
|
48
|
-
## Throws
|
49
|
-
|
50
|
-
If connection inheritance is enabled but the current browsing context is not rendered as a View within an OpenFin WebLayout and no ConnectConfig.options are provided.
|
51
|
-
|
52
|
-
## Throws
|
53
|
-
|
54
|
-
If a platform object is provided but the layoutSnapshot is invalid.
|
@@ -1,35 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../README.md) / @openfin/core-web/iframe-broker
|
6
|
-
|
7
|
-
# @openfin/core-web/iframe-broker
|
8
|
-
|
9
|
-
This module is the entry point for the Iframe Broker. It is responsible for initializing the OpenFin Web Interop environment.
|
10
|
-
|
11
|
-
## Remarks
|
12
|
-
|
13
|
-
This module is intended to be used in an iframe context, and is responsible for setting up the connection between the iframe and the OpenFin Web Interop broker.
|
14
|
-
This module requires hosting the script exported by the module:@openfin/core-web/worker module.
|
15
|
-
|
16
|
-
## Example
|
17
|
-
|
18
|
-
```ts
|
19
|
-
import { init } from '@openfin/core-web/iframe-broker';
|
20
|
-
|
21
|
-
init({
|
22
|
-
sharedWorkerUrl: 'path to shared worker script'
|
23
|
-
});
|
24
|
-
```
|
25
|
-
|
26
|
-
## Index
|
27
|
-
|
28
|
-
### Type Aliases
|
29
|
-
|
30
|
-
- [ConnectionOptions](type-aliases/ConnectionOptions.md)
|
31
|
-
|
32
|
-
### Functions
|
33
|
-
|
34
|
-
- [init](functions/init.md)
|
35
|
-
- [rejectConnections](functions/rejectConnections.md)
|
@@ -1,17 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../../README.md) / [@openfin/core-web/iframe-broker](../README.md) / init
|
6
|
-
|
7
|
-
# Function: init()
|
8
|
-
|
9
|
-
> **init**(`options`): `Promise`\<`void`\>
|
10
|
-
|
11
|
-
## Parameters
|
12
|
-
|
13
|
-
• **options**: [`ConnectionOptions`](../type-aliases/ConnectionOptions.md)
|
14
|
-
|
15
|
-
## Returns
|
16
|
-
|
17
|
-
`Promise`\<`void`\>
|
@@ -1,19 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../../README.md) / [@openfin/core-web/iframe-broker](../README.md) / rejectConnections
|
6
|
-
|
7
|
-
# Function: rejectConnections()
|
8
|
-
|
9
|
-
> **rejectConnections**(`options`?): `void`
|
10
|
-
|
11
|
-
## Parameters
|
12
|
-
|
13
|
-
• **options?**
|
14
|
-
|
15
|
-
• **options\.reason?**: `string`
|
16
|
-
|
17
|
-
## Returns
|
18
|
-
|
19
|
-
`void`
|
@@ -1,23 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../../README.md) / [@openfin/core-web/iframe-broker](../README.md) / ConnectionOptions
|
6
|
-
|
7
|
-
# Type alias: ConnectionOptions
|
8
|
-
|
9
|
-
> **ConnectionOptions**: `object`
|
10
|
-
|
11
|
-
## Type declaration
|
12
|
-
|
13
|
-
### experimental?
|
14
|
-
|
15
|
-
> **`optional`** **experimental**: `object`
|
16
|
-
|
17
|
-
### experimental.crossTab?
|
18
|
-
|
19
|
-
> **`optional`** **crossTab**: `"same-site"` \| `"none"`
|
20
|
-
|
21
|
-
### sharedWorkerUrl
|
22
|
-
|
23
|
-
> **sharedWorkerUrl**: `string`
|
@@ -1,16 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../README.md) / @openfin/core-web/shared-worker
|
6
|
-
|
7
|
-
# @openfin/core-web/shared-worker
|
8
|
-
|
9
|
-
This file is the entry point for the worker powering web-interop.
|
10
|
-
It has no exports and is intended to be hosted with the url given to the `sharedWorkerUrl` option in the Iframe Broker (see: ["@openfin/core-web/iframe-broker"](../iframe-broker/README.md)).
|
11
|
-
|
12
|
-
## Index
|
13
|
-
|
14
|
-
### Variables
|
15
|
-
|
16
|
-
- [default](variables/default.md)
|
@@ -1,18 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../README.md) / [@openfin/core-web](../README.md) / BaseConfig
|
6
|
-
|
7
|
-
# Type alias: BaseConfig
|
8
|
-
|
9
|
-
> **BaseConfig**: `object`
|
10
|
-
|
11
|
-
## Type declaration
|
12
|
-
|
13
|
-
### platform?
|
14
|
-
|
15
|
-
> **`optional`** **platform**: [`WebLayoutPlatformOptions`](WebLayoutPlatformOptions.md)
|
16
|
-
|
17
|
-
Options used to initialize Web Layouts related features. If omitted, calling `fin.Platform.Layout.init()`
|
18
|
-
will not work.
|
@@ -1,29 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../README.md) / [@openfin/core-web](../README.md) / BaseConnectionOptions
|
6
|
-
|
7
|
-
# Type alias: BaseConnectionOptions
|
8
|
-
|
9
|
-
> **BaseConnectionOptions**: `object`
|
10
|
-
|
11
|
-
## Type declaration
|
12
|
-
|
13
|
-
### brokerUrl
|
14
|
-
|
15
|
-
> **brokerUrl**: `string`
|
16
|
-
|
17
|
-
The URL of the Web Interop broker to connect to.
|
18
|
-
|
19
|
-
### interopConfig?
|
20
|
-
|
21
|
-
> **`optional`** **interopConfig**: `Partial`\<`OpenFin.InteropConfig`\>
|
22
|
-
|
23
|
-
Interop options to use to generate an interop client in `fin.me.interop`
|
24
|
-
|
25
|
-
### timeout?
|
26
|
-
|
27
|
-
> **`optional`** **timeout**: `number`
|
28
|
-
|
29
|
-
Tears down and cancels the connection attempt if it is not complete within the specified timeout (in ms).
|
@@ -1,9 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../README.md) / [@openfin/core-web](../README.md) / ConnectConfig
|
6
|
-
|
7
|
-
# Type alias: ConnectConfig
|
8
|
-
|
9
|
-
> **ConnectConfig**: [`StandAloneConnectConfig`](StandAloneConnectConfig.md) \| [`InheritModeConnectConfig`](InheritModeConnectConfig.md)
|
@@ -1,49 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../README.md) / [@openfin/core-web](../README.md) / InheritModeConnectConfig
|
6
|
-
|
7
|
-
# Type alias: InheritModeConnectConfig
|
8
|
-
|
9
|
-
> **InheritModeConnectConfig**: [`BaseConfig`](BaseConfig.md) & `object`
|
10
|
-
|
11
|
-
## Type declaration
|
12
|
-
|
13
|
-
### connectionInheritance
|
14
|
-
|
15
|
-
> **connectionInheritance**: `"enabled"`
|
16
|
-
|
17
|
-
#### Default Value
|
18
|
-
|
19
|
-
'disabled'
|
20
|
-
|
21
|
-
If 'enabled', attempts to inherit connection options if it is running as a View within an OpenFin WebLayout.
|
22
|
-
This means that the `brokerUrl` and `Identity` of the connection will be determined by the WebBroker
|
23
|
-
of the page where the WebLayout is instantiated via `fin.Platform.Layout.init()` call.
|
24
|
-
|
25
|
-
If 'disabled', the `options` property is required.
|
26
|
-
|
27
|
-
### options?
|
28
|
-
|
29
|
-
> **`optional`** **options**: [`BaseConnectionOptions`](BaseConnectionOptions.md)
|
30
|
-
|
31
|
-
Options used to connect to an OpenFin Web Broker. Please note, these will be overriden if connectionInheritance
|
32
|
-
is 'enabled' and supported for the current browsing context. In the case that inherited options are unavailable,
|
33
|
-
these options will be used.
|
34
|
-
|
35
|
-
### validateOptions()?
|
36
|
-
|
37
|
-
> **`optional`** **validateOptions**: (`inheritedOptions`) => `boolean` \| `Promise`\<`boolean`\>
|
38
|
-
|
39
|
-
Validates the inherited connection options from the parent browsing context, if available.
|
40
|
-
|
41
|
-
#### Parameters
|
42
|
-
|
43
|
-
• **inheritedOptions**: `Omit`\<[`BaseConnectionOptions`](BaseConnectionOptions.md), `"timeout"`\>
|
44
|
-
|
45
|
-
Inherited options
|
46
|
-
|
47
|
-
#### Returns
|
48
|
-
|
49
|
-
`boolean` \| `Promise`\<`boolean`\>
|
@@ -1,31 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../README.md) / [@openfin/core-web](../README.md) / StandAloneConnectConfig
|
6
|
-
|
7
|
-
# Type alias: StandAloneConnectConfig
|
8
|
-
|
9
|
-
> **StandAloneConnectConfig**: [`BaseConfig`](BaseConfig.md) & `object`
|
10
|
-
|
11
|
-
## Type declaration
|
12
|
-
|
13
|
-
### connectionInheritance?
|
14
|
-
|
15
|
-
> **`optional`** **connectionInheritance**: `"disabled"`
|
16
|
-
|
17
|
-
#### Default Value
|
18
|
-
|
19
|
-
'disabled'
|
20
|
-
|
21
|
-
If 'enabled', attempts to inherit connection options if it is running as a View within an OpenFin WebLayout.
|
22
|
-
This means that the `brokerUrl` and `Identity` of the connection will be determined by the WebBroker
|
23
|
-
of the page where the WebLayout is instantiated via `fin.Platform.Layout.init()` call.
|
24
|
-
|
25
|
-
If 'disabled', the `options` property is required.
|
26
|
-
|
27
|
-
### options
|
28
|
-
|
29
|
-
> **options**: [`BaseConnectionOptions`](BaseConnectionOptions.md)
|
30
|
-
|
31
|
-
Options used to connect to an OpenFin Web Broker. Mandatory if StandAloneConnectConfig.connectionInheritance is 'disabled'.
|
@@ -1,9 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../README.md) / [@openfin/core-web](../README.md) / ViewComponentConfig
|
6
|
-
|
7
|
-
# Type alias: ViewComponentConfig
|
8
|
-
|
9
|
-
> **ViewComponentConfig**: [`WebLayoutComponent`](WebLayoutComponent.md)\[`"componentState"`\]
|
@@ -1,15 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../README.md) / [@openfin/core-web](../README.md) / WebCreateLayoutOptions
|
6
|
-
|
7
|
-
# Type alias: WebCreateLayoutOptions
|
8
|
-
|
9
|
-
> **WebCreateLayoutOptions**: `Omit`\<`OpenFin.CreateLayoutOptions`, `"layout"`\> & `object`
|
10
|
-
|
11
|
-
## Type declaration
|
12
|
-
|
13
|
-
### layout
|
14
|
-
|
15
|
-
> **layout**: [`WebLayoutOptions`](WebLayoutOptions.md)
|
@@ -1,23 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../README.md) / [@openfin/core-web](../README.md) / WebLayoutComponent
|
6
|
-
|
7
|
-
# Type alias: WebLayoutComponent
|
8
|
-
|
9
|
-
> **WebLayoutComponent**: `OpenFin.LayoutComponent` & `object`
|
10
|
-
|
11
|
-
Web-only component supplied to IframeViewComponent as it's config
|
12
|
-
|
13
|
-
## Type declaration
|
14
|
-
|
15
|
-
### componentState?
|
16
|
-
|
17
|
-
> **`optional`** **componentState**: `OpenFin.LayoutComponent`\[`"componentState"`\] & `object`
|
18
|
-
|
19
|
-
#### Type declaration
|
20
|
-
|
21
|
-
##### web?
|
22
|
-
|
23
|
-
> **`optional`** **web**: `WebState`
|
@@ -1,15 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../README.md) / [@openfin/core-web](../README.md) / WebLayoutInitOptions
|
6
|
-
|
7
|
-
# Type alias: WebLayoutInitOptions
|
8
|
-
|
9
|
-
> **WebLayoutInitOptions**: `Omit`\<`OpenFin.InitLayoutOptions`, `"layoutManagerOverride"`\> & `object`
|
10
|
-
|
11
|
-
## Type declaration
|
12
|
-
|
13
|
-
### layoutManagerOverride?
|
14
|
-
|
15
|
-
> **`optional`** **layoutManagerOverride**: `OpenFin.LayoutManagerOverride`\<[`WebLayoutSnapshot`](WebLayoutSnapshot.md)\>
|
@@ -1,15 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../README.md) / [@openfin/core-web](../README.md) / WebLayoutOptions
|
6
|
-
|
7
|
-
# Type alias: WebLayoutOptions
|
8
|
-
|
9
|
-
> **WebLayoutOptions**: `Omit`\<`OpenFin.LayoutOptions`, `"content"`\> & `object`
|
10
|
-
|
11
|
-
## Type declaration
|
12
|
-
|
13
|
-
### content?
|
14
|
-
|
15
|
-
> **`optional`** **content**: `WebLayoutContent`
|
@@ -1,15 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../README.md) / [@openfin/core-web](../README.md) / WebLayoutPlatformOptions
|
6
|
-
|
7
|
-
# Type alias: WebLayoutPlatformOptions
|
8
|
-
|
9
|
-
> **WebLayoutPlatformOptions**: `object`
|
10
|
-
|
11
|
-
## Type declaration
|
12
|
-
|
13
|
-
### layoutSnapshot
|
14
|
-
|
15
|
-
> **layoutSnapshot**: [`WebLayoutSnapshot`](WebLayoutSnapshot.md)
|
@@ -1,15 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • [API](../../../README.md)
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
[@openfin/core-web](../../../README.md) / [@openfin/core-web](../README.md) / WebLayoutSnapshot
|
6
|
-
|
7
|
-
# Type alias: WebLayoutSnapshot
|
8
|
-
|
9
|
-
> **WebLayoutSnapshot**: `object`
|
10
|
-
|
11
|
-
## Type declaration
|
12
|
-
|
13
|
-
### layouts
|
14
|
-
|
15
|
-
> **layouts**: `Record`\<`string`, [`WebLayoutOptions`](WebLayoutOptions.md)\>
|
package/out/docs/README.md
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
**@openfin/core-web** • API
|
2
|
-
|
3
|
-
***
|
4
|
-
|
5
|
-
# @openfin/core-web
|
6
|
-
|
7
|
-
## Modules
|
8
|
-
|
9
|
-
- [@openfin/core-web](@openfin/core-web/README.md)
|
10
|
-
- [@openfin/core-web/iframe-broker](@openfin/core-web/iframe-broker/README.md)
|
11
|
-
- [@openfin/core-web/shared-worker](@openfin/core-web/shared-worker/README.md)
|