babylonjs-gui 7.34.4 → 7.35.1

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/babylon.gui.d.ts CHANGED
@@ -4276,7 +4276,7 @@ declare module BABYLON.GUI {
4276
4276
  * @param urlRewriter defines an url rewriter to update urls before sending them to the controls
4277
4277
  * @deprecated Please use parseSerializedObject instead
4278
4278
  */
4279
- parseContent: (serializedObject: any, scaleToSize?: boolean, urlRewriter?: ((url: string) => string) | undefined) => void;
4279
+ parseContent: (serializedObject: any, scaleToSize?: boolean, urlRewriter?: (url: string) => string) => void;
4280
4280
  /**
4281
4281
  * Recreate the content of the ADT from a snippet saved by the GUI editor
4282
4282
  * @param snippetId defines the snippet to load