@@ -11,15 +11,15 @@ None of these are required. The form journey will function without any of them,
1111
1212The template block names in the examples below follow the [ GOV.UK Frontend page template] ( https://design-system.service.gov.uk/styles/page-template/ ) .
1313
14- | Property | Source | Type | Description |
15- | ----------| -------- | ------ | -------------|
16- | ` backLink ` | Page view model | ` { text: string; href: string } \| undefined ` | Back link macro params, or ` undefined ` if there is no back navigation |
17- | ` pageTitle ` | Page view model | ` string ` | Title of the current page |
18- | ` name ` | Page view model | ` string \| undefined ` | Form name from the form definition |
19- | ` phaseTag ` | Page view model | ` string \| undefined ` | Phase label from the form definition's ` phaseBanner.phase ` setting |
20- | ` feedbackLink ` | Page view model | ` string \| undefined ` | URL of the built-in feedback form, or ` undefined ` if feedback is disabled |
21- | ` serviceUrl ` | Page view model | ` string ` | Root URL of the current form |
22- | ` errors ` | Page view model | ` FormSubmissionError[] \| undefined ` | Validation errors for the current page |
14+ | Property | Type | Description |
15+ | ----------| ------| -------------|
16+ | ` backLink ` | ` { text: string; href: string } \| undefined ` | Back link macro params, or ` undefined ` if there is no back navigation |
17+ | ` pageTitle ` | ` string ` | Title of the current page |
18+ | ` name ` | ` string \| undefined ` | Form name from the form definition |
19+ | ` phaseTag ` | ` string \| undefined ` | Phase label from the form definition's ` phaseBanner.phase ` setting |
20+ | ` feedbackLink ` | ` string \| undefined ` | URL of the built-in feedback form, or ` undefined ` if feedback is disabled |
21+ | ` serviceUrl ` | ` string ` | Root URL of the current form |
22+ | ` errors ` | ` FormSubmissionError[] \| undefined ` | Validation errors for the current page |
2323
2424---
2525
0 commit comments