@integry/sdk 4.9.15 → 4.9.17

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