API Reference
Command
New-HtmlXStep
Adds a step to the current steps indicator.
Remarks
Use inside New-HtmlXSteps { }.
Examples
New-HtmlXStep -Text "Prepare" -State Completed
New-HtmlXStep -Text "Deploy" -State Active
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-HtmlXStep [-Active] [-Name <string>] [-State <Pending|Active|Completed>] [-Text <string>] [-Url <string>] [<CommonParameters>]#Parameters
- Active SwitchParameter
- Marks the step as active when no explicit state is provided.
- Name string
- Optional step name (used for accessibility or custom layouts).
- State TablerStepState
- Step state (Pending, Active, Completed). Possible values: Pending, Active, Completed
- Possible values:
Pending,Active,Completed - Text string
- Step text displayed in the UI.
- Url string
- Optional URL for clickable steps.
Outputs
HtmlForgeX.TablerSteps