@cesdk/node 1.69.0-rc.4 → 1.69.0-rc.6
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.
|
Binary file
|
package/index.d.ts
CHANGED
|
@@ -8333,6 +8333,8 @@ export declare interface Settings {
|
|
|
8333
8333
|
'features/pageCarouselEnabled': boolean;
|
|
8334
8334
|
/** Whether transform edits should retain the cover mode of the content. */
|
|
8335
8335
|
'features/transformEditsRetainCoverMode': boolean;
|
|
8336
|
+
/** Whether auto-sized text blocks should be clamped to page boundaries during editing. */
|
|
8337
|
+
'features/clampTextBlockWidthToPageDimensionsDuringEditing': boolean;
|
|
8336
8338
|
/** Whether the engine processes mouse scroll events. */
|
|
8337
8339
|
'mouse/enableScroll': boolean;
|
|
8338
8340
|
/** Whether the engine processes mouse zoom events. */
|