@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.
@@ -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
  */
@@ -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
  */
@@ -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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "41.100.31",
3
+ "version": "41.100.33",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/mock.js",