babylonjs-gui-editor 5.39.0 → 5.40.0

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.
@@ -955,6 +955,7 @@ declare module BABYLON {
955
955
  isSaving: boolean;
956
956
  lockObject: BABYLON.GuiEditor.SharedUIComponents.LockObject;
957
957
  storeEditorData: (serializationObject: any) => void;
958
+ shiftKeyPressed: boolean;
958
959
  customSave?: {
959
960
  label: string;
960
961
  action: (data: string) => Promise<string>;