@openfin/core 35.78.27 → 35.78.29
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 +1 -1
- package/out/mock-beta.d.ts +1 -1
- package/out/mock-public.d.ts +1 -1
- package/out/mock.d.ts +1 -1
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
|
@@ -8736,7 +8736,7 @@ declare type LayoutOptions = {
|
|
|
8736
8736
|
* @defaultValue false
|
|
8737
8737
|
*
|
|
8738
8738
|
* Limits the area to which tabs can be dragged.
|
|
8739
|
-
* If true,
|
|
8739
|
+
* If true, the layout container is the only area where tabs can be dropped.
|
|
8740
8740
|
*/
|
|
8741
8741
|
constrainDragToContainer?: boolean;
|
|
8742
8742
|
/**
|
package/out/mock-beta.d.ts
CHANGED
|
@@ -8736,7 +8736,7 @@ declare type LayoutOptions = {
|
|
|
8736
8736
|
* @defaultValue false
|
|
8737
8737
|
*
|
|
8738
8738
|
* Limits the area to which tabs can be dragged.
|
|
8739
|
-
* If true,
|
|
8739
|
+
* If true, the layout container is the only area where tabs can be dropped.
|
|
8740
8740
|
*/
|
|
8741
8741
|
constrainDragToContainer?: boolean;
|
|
8742
8742
|
/**
|
package/out/mock-public.d.ts
CHANGED
|
@@ -8736,7 +8736,7 @@ declare type LayoutOptions = {
|
|
|
8736
8736
|
* @defaultValue false
|
|
8737
8737
|
*
|
|
8738
8738
|
* Limits the area to which tabs can be dragged.
|
|
8739
|
-
* If true,
|
|
8739
|
+
* If true, the layout container is the only area where tabs can be dropped.
|
|
8740
8740
|
*/
|
|
8741
8741
|
constrainDragToContainer?: boolean;
|
|
8742
8742
|
/**
|
package/out/mock.d.ts
CHANGED
|
@@ -9008,7 +9008,7 @@ declare type LayoutOptions = {
|
|
|
9008
9008
|
* @defaultValue false
|
|
9009
9009
|
*
|
|
9010
9010
|
* Limits the area to which tabs can be dragged.
|
|
9011
|
-
* If true,
|
|
9011
|
+
* If true, the layout container is the only area where tabs can be dropped.
|
|
9012
9012
|
*/
|
|
9013
9013
|
constrainDragToContainer?: boolean;
|
|
9014
9014
|
/**
|