babylonjs-gui-editor 5.35.1 → 5.36.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.
@@ -3091,6 +3091,8 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
3091
3091
  unit?: React.ReactNode;
3092
3092
  validator?: (value: string) => boolean;
3093
3093
  multilines?: boolean;
3094
+ throttlePropertyChangedNotification?: boolean;
3095
+ throttlePropertyChangedNotificationDelay?: number;
3094
3096
  }
3095
3097
  export class TextInputLineComponent extends React.Component<ITextInputLineComponentProps, {
3096
3098
  value: string;