OptionalbaseOptionaldebugWhether to enable debug logging; It can also be enabled/disabled at runtime via the devtools console:
localStorage.setItem('cadenzajs.debug', 'true'); // or 'false'
Then you need to reload the page.
OptionaliframeAn iframe for embedding Cadenza or the iframe's ID.
The iframe is required only for methods that embed Cadenza in an iframe, so e.g. not for CadenzaClient#fetchData.
If you want to embed Cadenza in multiple iframes, you need to create an instance of the CadenzaClient per iframe.
OptionalskipWhether a configured guest authenticator should be ignored
OptionalwebAn external link that Cadenza uses to resolve the target origin when posting events. This is required if Cadenza and your application are not running on the same origin. Please ensure that the user has view privilege for that link!
The base URL of the Cadenza server