API reference@react-form-builder/components-rsuiteType AliasesLoadCallbackOn this pageType Alias: LoadCallback() LoadCallback = (newData) => void The callback function for loading data into the component. Parameters newData ItemDataType[] the new data to be loaded into the component. Returns void