API Reference
SmartWizardOptions
Configuration options for SmartWizard component.
Inheritance
- Object
- SmartWizardOptions
Constructors
public SmartWizardOptions() #Inherited Methods
Properties
public Nullable<Int32> InitialStep { get; set; } #JsonPropertyName("initialStep")Gets or sets the initial selected step index.
public String DisplayMode { get; set; } #JsonPropertyName("displayMode")Gets or sets the vendor display mode.
public SmartWizardBehavior Behavior { get; set; } #JsonPropertyName("behavior")Gets or sets grouped behavior options.
public SmartWizardTransition Transition { get; set; } #JsonPropertyName("transition")Gets or sets the transition configuration.
public SmartWizardToolbar Toolbar { get; set; } #JsonPropertyName("toolbar")Gets or sets the toolbar configuration.
public SmartWizardAnchor Anchor { get; set; } #JsonPropertyName("navigation")Gets or sets the anchor configuration.
public SmartWizardKeyboard Keyboard { get; set; } #JsonPropertyName("keyboardNavigation")Gets or sets the keyboard navigation configuration.
public SmartWizardLanguage Language { get; set; } #JsonPropertyName("localization")Gets or sets the language configuration.
public SmartWizardStepStates StepStates { get; set; } #JsonPropertyName("stepStates")Gets or sets grouped step state arrays.
public Nullable<Boolean> ScrollToView { get; set; } #JsonPropertyName("scrollToView")Gets or sets whether the active step should be scrolled into view.
public Nullable<Int32> Selected { get; set; } #JsonIgnoreGets or sets the legacy selected step alias.
public Nullable<Boolean> Justified { get; set; } #JsonIgnoreGets or sets whether navigation should be justified via CSS.
public Nullable<Boolean> AutoAdjustHeight { get; set; } #JsonIgnoreGets or sets whether the vendor plugin should automatically set a fixed height for the step content area.
public Nullable<Boolean> BackButtonSupport { get; set; } #JsonIgnoreGets or sets whether to enable browser back button support.
public Nullable<Boolean> EnableUrlHash { get; set; } #JsonIgnoreGets or sets whether to enable step selection via URL hash.