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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,7 @@ Used to retrieve all methods and properties related to your wizard. Make sure `W
124
124
| handleStep | (handler: Handler) => void | Attach a callback that will be called when calling `nextStep`. `handler` can be either sync or async |
125
125
| isLoading | boolean |\* Will reflect the handler promise state: will be `true` if the handler promise is pending and `false` when the handler is either fulfilled or rejected |
126
126
| activeStep | number | The current active step of the wizard |
127
+
| stepCount | number | The total number of steps of the wizard |
127
128
| isFirstStep | boolean | Indicate if the current step is the first step (aka no previous step) |
128
129
| isLastStep | boolean | Indicate if the current step is the last step (aka no next step) |
0 commit comments