@openfin/core 41.100.31 → 41.100.33
Sign up to get free protection for your applications and to get access to all the features.
- package/out/mock-alpha.d.ts +7 -0
- package/out/mock-beta.d.ts +7 -0
- package/out/mock-public.d.ts +7 -0
- package/out/mock.d.ts +7 -0
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -3410,6 +3410,13 @@ declare type ConstViewOptions = {
|
|
3410
3410
|
* The identity of the window this view should be attached to.
|
3411
3411
|
*/
|
3412
3412
|
target: Identity_4;
|
3413
|
+
/**
|
3414
|
+
* Defaults to `name`.
|
3415
|
+
* Ignored in container, but used in @openfin/core-web to set tab titles.
|
3416
|
+
* Order of precedence for title in container is: document.title, viewOptions.url.
|
3417
|
+
* Order of precedence for title in @openfin/core-web is ComponentConfig.title, viewOptions.title, viewOptions.url.
|
3418
|
+
*/
|
3419
|
+
title: string;
|
3413
3420
|
/**
|
3414
3421
|
* Configures how new content (e,g, from `window.open` or a link) is opened.
|
3415
3422
|
*/
|
package/out/mock-beta.d.ts
CHANGED
@@ -3410,6 +3410,13 @@ declare type ConstViewOptions = {
|
|
3410
3410
|
* The identity of the window this view should be attached to.
|
3411
3411
|
*/
|
3412
3412
|
target: Identity_4;
|
3413
|
+
/**
|
3414
|
+
* Defaults to `name`.
|
3415
|
+
* Ignored in container, but used in @openfin/core-web to set tab titles.
|
3416
|
+
* Order of precedence for title in container is: document.title, viewOptions.url.
|
3417
|
+
* Order of precedence for title in @openfin/core-web is ComponentConfig.title, viewOptions.title, viewOptions.url.
|
3418
|
+
*/
|
3419
|
+
title: string;
|
3413
3420
|
/**
|
3414
3421
|
* Configures how new content (e,g, from `window.open` or a link) is opened.
|
3415
3422
|
*/
|
package/out/mock-public.d.ts
CHANGED
@@ -3410,6 +3410,13 @@ declare type ConstViewOptions = {
|
|
3410
3410
|
* The identity of the window this view should be attached to.
|
3411
3411
|
*/
|
3412
3412
|
target: Identity_4;
|
3413
|
+
/**
|
3414
|
+
* Defaults to `name`.
|
3415
|
+
* Ignored in container, but used in @openfin/core-web to set tab titles.
|
3416
|
+
* Order of precedence for title in container is: document.title, viewOptions.url.
|
3417
|
+
* Order of precedence for title in @openfin/core-web is ComponentConfig.title, viewOptions.title, viewOptions.url.
|
3418
|
+
*/
|
3419
|
+
title: string;
|
3413
3420
|
/**
|
3414
3421
|
* Configures how new content (e,g, from `window.open` or a link) is opened.
|
3415
3422
|
*/
|
package/out/mock.d.ts
CHANGED
@@ -3469,6 +3469,13 @@ declare type ConstViewOptions = {
|
|
3469
3469
|
* The identity of the window this view should be attached to.
|
3470
3470
|
*/
|
3471
3471
|
target: Identity_4;
|
3472
|
+
/**
|
3473
|
+
* Defaults to `name`.
|
3474
|
+
* Ignored in container, but used in @openfin/core-web to set tab titles.
|
3475
|
+
* Order of precedence for title in container is: document.title, viewOptions.url.
|
3476
|
+
* Order of precedence for title in @openfin/core-web is ComponentConfig.title, viewOptions.title, viewOptions.url.
|
3477
|
+
*/
|
3478
|
+
title: string;
|
3472
3479
|
/**
|
3473
3480
|
* Configures how new content (e,g, from `window.open` or a link) is opened.
|
3474
3481
|
*/
|