context.goToSection
Navigates to the specified section (journey step).
NOTE In order to navigate to another section, you should have at least one section defined for the form driven journey.
Syntax
Copy
context.goToSection(sectionIndex: number)
| Parameter | Description |
|---|---|
sectionIndex
|
The index of the section to navigate to. |
Response
void