@veltdev/sdk 1.0.26 → 1.0.28
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.
|
@@ -56,7 +56,7 @@ export declare class LiveStateSyncElement {
|
|
|
56
56
|
* To disable elements inside specific elements only when single editor mode is on
|
|
57
57
|
* @param elementIds Element ids
|
|
58
58
|
*/
|
|
59
|
-
|
|
59
|
+
singleEditorModeContainerIds: (elementIds: string[]) => void;
|
|
60
60
|
|
|
61
61
|
/**
|
|
62
62
|
* Constructor for LiveStateSyncElement.
|
|
@@ -114,5 +114,5 @@ export declare class LiveStateSyncElement {
|
|
|
114
114
|
* To disable elements inside specific elements only when single editor mode is on
|
|
115
115
|
* @param elementIds Element ids
|
|
116
116
|
*/
|
|
117
|
-
private
|
|
117
|
+
private _singleEditorModeContainerIds;
|
|
118
118
|
}
|
package/app/utils/constants.d.ts
CHANGED