babylonjs-gui 7.34.4 → 7.35.1

Sign up to get free protection for your applications and to get access to all the features.
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