The NBRMode parameter used to indicate whether the children of the BrPage component should be rendered
immediatly or wait with rendering until the Page model has been retrieved and parsed.
By default, the option is false
.
Current API version. By default, the compatible with the current setup version will be chosen.
API version header.
By default, Accept-Version
will be used.
Authorization header.
By default, Authorization
will be used.
Authorization token.
By default, the SDK will try to extract the token from the request query string
using authorizationQueryParameter
option.
The option enabling debug mode.
HTTP client that will be used to fetch the page model.
Options for generating the page model API URL.
The path part of the URL, including a query string if present. For example: '/path/to/page?foo=1'. The path always starts with '/'.
Current user's request.
Cluster node identifier.
By default, the SDK will try to extract the value from the request query string
using serverIdQueryParameter
option.
Header identifying the current cluster node.
By default, Server-Id
will be used.
Current visitor.
This parameter takes precedence over request.visitor
.
The window reference for the CMS integration. By default the global window object will be used.
Configuration of the SPA SDK using reverse proxy-based setup.