HtmlForgeX

API Reference

Command

New-HtmlXSidebarLink

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerSidebarLink

Adds a sidebar link item.

Remarks

Use inside New-HtmlXSidebar { }.

Examples

Imported script example

New-HtmlXSidebarLink -Text "Dashboard" -Href "#dash" -Icon Dashboard
        

New-HtmlXSidebarLink -Text "Inventory" -Href "#inventory" -Icon Database -Badge "New"
        

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