HtmlForgeX

API Reference

Command

New-HtmlXBreadcrumb

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerBreadcrumb

Creates a breadcrumb navigation element.

Remarks

Part of the HtmlForgeX.PowerShell DSL.

Examples

Imported script example

New-HtmlXBreadcrumb {
        

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-HtmlXBreadcrumb [-Content <ScriptBlock>] [-AriaLabel <string>] [-Separator <Default|Slash|Arrow|Dot|Pipe>] [-Style <Default|Dots|Arrows|Bullets>] [<CommonParameters>]
#

Parameters

Content ScriptBlock optionalposition: 0pipeline: false
Scriptblock that returns breadcrumb item options.
AriaLabel string optionalposition: namedpipeline: false
Aria label for the breadcrumb.
Separator TablerBreadcrumbSeparator optionalposition: namedpipeline: falsevalues: 5
Breadcrumb separator style. Possible values: Default, Slash, Arrow, Dot, Pipe
Possible values: Default, Slash, Arrow, Dot, Pipe
Style TablerBreadcrumbStyle optionalposition: namedpipeline: falsevalues: 4
Breadcrumb style preset. Possible values: Default, Dots, Arrows, Bullets
Possible values: Default, Dots, Arrows, Bullets

Outputs

HtmlForgeX.TablerBreadcrumb