Name of the component which contains the resource
Name of the resource to which the generated PDF should be uploaded
The HTML itself which needs to be converted to a PDF
PDF generation options
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!
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)
Generated using TypeDoc
Converts a given HTML to PDF and uploads the resulting pdf to the given resource