@openfin/fdc3-api 41.100.31 → 41.100.33
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/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -3407,6 +3407,13 @@ declare type ConstViewOptions = {
|
|
|
3407
3407
|
* The identity of the window this view should be attached to.
|
|
3408
3408
|
*/
|
|
3409
3409
|
target: Identity_4;
|
|
3410
|
+
/**
|
|
3411
|
+
* Defaults to `name`.
|
|
3412
|
+
* Ignored in container, but used in @openfin/core-web to set tab titles.
|
|
3413
|
+
* Order of precedence for title in container is: document.title, viewOptions.url.
|
|
3414
|
+
* Order of precedence for title in @openfin/core-web is ComponentConfig.title, viewOptions.title, viewOptions.url.
|
|
3415
|
+
*/
|
|
3416
|
+
title: string;
|
|
3410
3417
|
/**
|
|
3411
3418
|
* Configures how new content (e,g, from `window.open` or a link) is opened.
|
|
3412
3419
|
*/
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -3407,6 +3407,13 @@ declare type ConstViewOptions = {
|
|
|
3407
3407
|
* The identity of the window this view should be attached to.
|
|
3408
3408
|
*/
|
|
3409
3409
|
target: Identity_4;
|
|
3410
|
+
/**
|
|
3411
|
+
* Defaults to `name`.
|
|
3412
|
+
* Ignored in container, but used in @openfin/core-web to set tab titles.
|
|
3413
|
+
* Order of precedence for title in container is: document.title, viewOptions.url.
|
|
3414
|
+
* Order of precedence for title in @openfin/core-web is ComponentConfig.title, viewOptions.title, viewOptions.url.
|
|
3415
|
+
*/
|
|
3416
|
+
title: string;
|
|
3410
3417
|
/**
|
|
3411
3418
|
* Configures how new content (e,g, from `window.open` or a link) is opened.
|
|
3412
3419
|
*/
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -3407,6 +3407,13 @@ declare type ConstViewOptions = {
|
|
|
3407
3407
|
* The identity of the window this view should be attached to.
|
|
3408
3408
|
*/
|
|
3409
3409
|
target: Identity_4;
|
|
3410
|
+
/**
|
|
3411
|
+
* Defaults to `name`.
|
|
3412
|
+
* Ignored in container, but used in @openfin/core-web to set tab titles.
|
|
3413
|
+
* Order of precedence for title in container is: document.title, viewOptions.url.
|
|
3414
|
+
* Order of precedence for title in @openfin/core-web is ComponentConfig.title, viewOptions.title, viewOptions.url.
|
|
3415
|
+
*/
|
|
3416
|
+
title: string;
|
|
3410
3417
|
/**
|
|
3411
3418
|
* Configures how new content (e,g, from `window.open` or a link) is opened.
|
|
3412
3419
|
*/
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -3466,6 +3466,13 @@ declare type ConstViewOptions = {
|
|
|
3466
3466
|
* The identity of the window this view should be attached to.
|
|
3467
3467
|
*/
|
|
3468
3468
|
target: Identity_4;
|
|
3469
|
+
/**
|
|
3470
|
+
* Defaults to `name`.
|
|
3471
|
+
* Ignored in container, but used in @openfin/core-web to set tab titles.
|
|
3472
|
+
* Order of precedence for title in container is: document.title, viewOptions.url.
|
|
3473
|
+
* Order of precedence for title in @openfin/core-web is ComponentConfig.title, viewOptions.title, viewOptions.url.
|
|
3474
|
+
*/
|
|
3475
|
+
title: string;
|
|
3469
3476
|
/**
|
|
3470
3477
|
* Configures how new content (e,g, from `window.open` or a link) is opened.
|
|
3471
3478
|
*/
|