@openfin/fdc3-api 38.81.46 → 38.81.48
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
|
@@ -8359,6 +8359,12 @@ declare type LayoutOptions = {
|
|
|
8359
8359
|
* Represents a potential ways to customize behavior of your Layout
|
|
8360
8360
|
*/
|
|
8361
8361
|
settings?: {
|
|
8362
|
+
/**
|
|
8363
|
+
* @defaultValue false
|
|
8364
|
+
*
|
|
8365
|
+
* When true the splitters will not be draggable and the layout will not resize.
|
|
8366
|
+
*/
|
|
8367
|
+
preventSplitterResize?: boolean;
|
|
8362
8368
|
/**
|
|
8363
8369
|
* @defaultValue false
|
|
8364
8370
|
*
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -8359,6 +8359,12 @@ declare type LayoutOptions = {
|
|
|
8359
8359
|
* Represents a potential ways to customize behavior of your Layout
|
|
8360
8360
|
*/
|
|
8361
8361
|
settings?: {
|
|
8362
|
+
/**
|
|
8363
|
+
* @defaultValue false
|
|
8364
|
+
*
|
|
8365
|
+
* When true the splitters will not be draggable and the layout will not resize.
|
|
8366
|
+
*/
|
|
8367
|
+
preventSplitterResize?: boolean;
|
|
8362
8368
|
/**
|
|
8363
8369
|
* @defaultValue false
|
|
8364
8370
|
*
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -8359,6 +8359,12 @@ declare type LayoutOptions = {
|
|
|
8359
8359
|
* Represents a potential ways to customize behavior of your Layout
|
|
8360
8360
|
*/
|
|
8361
8361
|
settings?: {
|
|
8362
|
+
/**
|
|
8363
|
+
* @defaultValue false
|
|
8364
|
+
*
|
|
8365
|
+
* When true the splitters will not be draggable and the layout will not resize.
|
|
8366
|
+
*/
|
|
8367
|
+
preventSplitterResize?: boolean;
|
|
8362
8368
|
/**
|
|
8363
8369
|
* @defaultValue false
|
|
8364
8370
|
*
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -8652,6 +8652,12 @@ declare type LayoutOptions = {
|
|
|
8652
8652
|
* Represents a potential ways to customize behavior of your Layout
|
|
8653
8653
|
*/
|
|
8654
8654
|
settings?: {
|
|
8655
|
+
/**
|
|
8656
|
+
* @defaultValue false
|
|
8657
|
+
*
|
|
8658
|
+
* When true the splitters will not be draggable and the layout will not resize.
|
|
8659
|
+
*/
|
|
8660
|
+
preventSplitterResize?: boolean;
|
|
8655
8661
|
/**
|
|
8656
8662
|
* @defaultValue false
|
|
8657
8663
|
*
|