Skip to main content
Version: 0.0.24

Kapi Link

The CalculationTable component has optional requestUIState and kapiLink props with the following structure:

requestUIState?: UIControls;
kapiLink?: {
enabled: boolean;
position?: "left" | "right"
}

The position attribute is optional, default value is left.

To construct the correct kapi link, the requestUIState also has to be set. The requestUIState can be retrieved from the callback of the CalcGatewayForm component.