The intercepting checkout function.
It has to return a boolean value which indicates, if the original checkout should be
executed or not.
True: execute original checkout, False: skip original checkout
Timeout value in ms.
Original checkout will be called after this timeout, even interceptor function is still
pending.
Called as soon as the configurator has been rendered, its controls are accessible in the DOM and the product plan has been loaded (at least one CspdUpdate has been received)
Create a shareable url of the current configuration.
Generated using TypeDoc
This function can be used to call a custom interceptor function before the checkout is executed.
The checkout is waiting until the interceptor function has finished or the timeout has elapsed.
This function can only be called once, every other call will be rejected!