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-directive.js
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
* @param {boolean=} wizardDone Value that is set when the wizard is done
33
33
* @param {string} loadingWizardTitle The text displayed when the wizard is loading
34
34
* @param {string=} loadingSecondaryInformation Secondary descriptive information to display when the wizard is loading
35
-
* @param {number=} minHeight The minimum height the wizard should adjust to if the window height is decreased. The wizard height is adjusted with the window resize event and this sets the minimum.
35
+
* @param {number=} wizardHeight The height the wizard should be set to. If this is not set, the wizard height is adjusted with the window resize event.
0 commit comments