@openfin/core 41.101.4 → 41.101.5
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/mock-alpha.d.ts +4 -0
- package/out/mock-beta.d.ts +4 -0
- package/out/mock-public.d.ts +4 -0
- package/out/stub.d.ts +4 -0
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -8457,6 +8457,10 @@ declare type LayoutOptions = {
|
|
8457
8457
|
* Represents a potential ways to customize behavior of your Layout
|
8458
8458
|
*/
|
8459
8459
|
settings?: {
|
8460
|
+
/**
|
8461
|
+
* The button will create a new tab with the URL specified in `newTabButtonUrl`.
|
8462
|
+
*/
|
8463
|
+
newTabButtonUrl?: string;
|
8460
8464
|
/**
|
8461
8465
|
* @defaultValue false
|
8462
8466
|
*
|
package/out/mock-beta.d.ts
CHANGED
@@ -8457,6 +8457,10 @@ declare type LayoutOptions = {
|
|
8457
8457
|
* Represents a potential ways to customize behavior of your Layout
|
8458
8458
|
*/
|
8459
8459
|
settings?: {
|
8460
|
+
/**
|
8461
|
+
* The button will create a new tab with the URL specified in `newTabButtonUrl`.
|
8462
|
+
*/
|
8463
|
+
newTabButtonUrl?: string;
|
8460
8464
|
/**
|
8461
8465
|
* @defaultValue false
|
8462
8466
|
*
|
package/out/mock-public.d.ts
CHANGED
@@ -8457,6 +8457,10 @@ declare type LayoutOptions = {
|
|
8457
8457
|
* Represents a potential ways to customize behavior of your Layout
|
8458
8458
|
*/
|
8459
8459
|
settings?: {
|
8460
|
+
/**
|
8461
|
+
* The button will create a new tab with the URL specified in `newTabButtonUrl`.
|
8462
|
+
*/
|
8463
|
+
newTabButtonUrl?: string;
|
8460
8464
|
/**
|
8461
8465
|
* @defaultValue false
|
8462
8466
|
*
|
package/out/stub.d.ts
CHANGED
@@ -8753,6 +8753,10 @@ declare type LayoutOptions = {
|
|
8753
8753
|
* Represents a potential ways to customize behavior of your Layout
|
8754
8754
|
*/
|
8755
8755
|
settings?: {
|
8756
|
+
/**
|
8757
|
+
* The button will create a new tab with the URL specified in `newTabButtonUrl`.
|
8758
|
+
*/
|
8759
|
+
newTabButtonUrl?: string;
|
8756
8760
|
/**
|
8757
8761
|
* @defaultValue false
|
8758
8762
|
*
|