You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ Used to retrieve all methods and properties related to your wizard. Make sure `W
147
147
| stepCount | number | The total number of steps of the wizard |
148
148
| isFirstStep | boolean | Indicate if the current step is the first step (aka no previous step) |
149
149
| isLastStep | boolean | Indicate if the current step is the last step (aka no next step) |
150
-
|stepNames| { name: string; number: string }[]| An array of objects for each step in the wizard. Each object has a `name` and `number` property corresponding to the step's name and number. |
150
+
|steps| { name?: string; number?: string }[]| An array of objects for each step in the wizard. Each object has a `name` and `number` property corresponding to the step's name and number. |
0 commit comments