📄️ UIControls
This section will guide you through the process of fetching the UI Controls from the backend and using them in the CalcGatewayForm component.
📄️ Callback
The Callback prop is a function that is called whenever the user changes any form values in the CalcGatewayForm component. The Callback function receives an object containing the calculation request data, which can be used to send the request to the backend.
📄️ initState
As we have seen in the Callback section, the Callback object has a property called requestState. This property can be used to initialize the CalcGatewayForm with previous values. This is useful when you want to restore the form state after a page refresh.
📄️ Config
This section will guide you through the config options available for the CalcGatewayForm component, which accepts different props that control the styles and layout.