@integry/sdk 4.9.15 → 4.9.16

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.
@@ -326,6 +326,7 @@ type RenderFunctionFormOptions = {
326
326
  */
327
327
  is_activity?: boolean;
328
328
  onChange?: (val: any) => void;
329
+ onLoad?: (val: any) => void;
329
330
  value?: any;
330
331
  tagsTree?: any;
331
332
  hideMappingMenu?: boolean;