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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@
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
35
* @param {string=} contentHeight The height the wizard content should be set to. This defaults to 300px if the property is not supplied.
36
+
* @param {boolean=} embedInPage Value that indicates wizard is embedded in a page (not a modal). This moves the navigation buttons to the left hand side of the footer and removes the close button.
0 commit comments