page
The global page object contains variables associated with the current http request.
Variables | Type | Description |
---|---|---|
| string | The title of the current page. |
| string | The type of toast notification to display to the customer. |
| string | The contents of a toast notificaton to display to the customer |
| boolean | If a toast notification needs to be shown to the customer (eg. a validation error has occured). |
Request Variable
If you'd like access to a variable that is not currently available, please let us know.
Last updated