@openfin/fdc3-api 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.
package/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -8818,6 +8818,10 @@ declare type LayoutOptions = {
|
|
|
8818
8818
|
* Represents a potential ways to customize behavior of your Layout
|
|
8819
8819
|
*/
|
|
8820
8820
|
settings?: {
|
|
8821
|
+
/**
|
|
8822
|
+
* The button will create a new tab with the URL specified in `newTabButtonUrl`.
|
|
8823
|
+
*/
|
|
8824
|
+
newTabButtonUrl?: string;
|
|
8821
8825
|
/**
|
|
8822
8826
|
* @defaultValue false
|
|
8823
8827
|
*
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -8818,6 +8818,10 @@ declare type LayoutOptions = {
|
|
|
8818
8818
|
* Represents a potential ways to customize behavior of your Layout
|
|
8819
8819
|
*/
|
|
8820
8820
|
settings?: {
|
|
8821
|
+
/**
|
|
8822
|
+
* The button will create a new tab with the URL specified in `newTabButtonUrl`.
|
|
8823
|
+
*/
|
|
8824
|
+
newTabButtonUrl?: string;
|
|
8821
8825
|
/**
|
|
8822
8826
|
* @defaultValue false
|
|
8823
8827
|
*
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -8818,6 +8818,10 @@ declare type LayoutOptions = {
|
|
|
8818
8818
|
* Represents a potential ways to customize behavior of your Layout
|
|
8819
8819
|
*/
|
|
8820
8820
|
settings?: {
|
|
8821
|
+
/**
|
|
8822
|
+
* The button will create a new tab with the URL specified in `newTabButtonUrl`.
|
|
8823
|
+
*/
|
|
8824
|
+
newTabButtonUrl?: string;
|
|
8821
8825
|
/**
|
|
8822
8826
|
* @defaultValue false
|
|
8823
8827
|
*
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -9114,6 +9114,10 @@ declare type LayoutOptions = {
|
|
|
9114
9114
|
* Represents a potential ways to customize behavior of your Layout
|
|
9115
9115
|
*/
|
|
9116
9116
|
settings?: {
|
|
9117
|
+
/**
|
|
9118
|
+
* The button will create a new tab with the URL specified in `newTabButtonUrl`.
|
|
9119
|
+
*/
|
|
9120
|
+
newTabButtonUrl?: string;
|
|
9117
9121
|
/**
|
|
9118
9122
|
* @defaultValue false
|
|
9119
9123
|
*
|