@openfin/core 42.100.85 → 42.100.87

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.
@@ -8476,6 +8476,10 @@ declare type LayoutOptions = {
8476
8476
  * Represents a potential ways to customize behavior of your Layout
8477
8477
  */
8478
8478
  settings?: {
8479
+ /**
8480
+ * The button will create a new tab with the URL specified in `newTabButtonUrl`.
8481
+ */
8482
+ newTabButtonUrl?: string;
8479
8483
  /**
8480
8484
  * @defaultValue false
8481
8485
  *
@@ -8476,6 +8476,10 @@ declare type LayoutOptions = {
8476
8476
  * Represents a potential ways to customize behavior of your Layout
8477
8477
  */
8478
8478
  settings?: {
8479
+ /**
8480
+ * The button will create a new tab with the URL specified in `newTabButtonUrl`.
8481
+ */
8482
+ newTabButtonUrl?: string;
8479
8483
  /**
8480
8484
  * @defaultValue false
8481
8485
  *
@@ -8476,6 +8476,10 @@ declare type LayoutOptions = {
8476
8476
  * Represents a potential ways to customize behavior of your Layout
8477
8477
  */
8478
8478
  settings?: {
8479
+ /**
8480
+ * The button will create a new tab with the URL specified in `newTabButtonUrl`.
8481
+ */
8482
+ newTabButtonUrl?: string;
8479
8483
  /**
8480
8484
  * @defaultValue false
8481
8485
  *
package/out/stub.d.ts CHANGED
@@ -8772,6 +8772,10 @@ declare type LayoutOptions = {
8772
8772
  * Represents a potential ways to customize behavior of your Layout
8773
8773
  */
8774
8774
  settings?: {
8775
+ /**
8776
+ * The button will create a new tab with the URL specified in `newTabButtonUrl`.
8777
+ */
8778
+ newTabButtonUrl?: string;
8775
8779
  /**
8776
8780
  * @defaultValue false
8777
8781
  *