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: src/wizard/wizard-substep.component.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
* @param {number} stepPriority This sets the priority of this wizard step relative to other wizard steps. They should be numbered sequentially in the order they should be viewed.
11
11
* @param {boolean=} nextEnabled Sets whether the next button should be enabled when this step is first displayed
12
12
* @param {boolean=} prevEnabled Sets whether the back button should be enabled when this step is first displayed
13
-
* @param {boolean=} wzDisabled Disables the wizard when this page is shown
13
+
* @param {boolean=} wzDisabled Hides the step when set to True
14
14
* @param {boolean} okToNavAway Sets whether or not it's ok for the user to leave this page
15
15
* @param {boolean=} allowClickNav Sets whether the user can click on the numeric step indicators to navigate directly to this step
16
16
* @param {string=} description The step description
0 commit comments