HtmlForgeX

API Reference

Command

New-HtmlXPanel

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.HfxPanelShell

Creates a panel shell container for dashboard-style layouts.

Remarks

Part of the HtmlForgeX.PowerShell DSL.

Examples

Imported script example

New-HtmlXPanel {
        

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-HtmlXPanel [-Content <ScriptBlock>] [<CommonParameters>]
#

Parameters

Content ScriptBlock optionalposition: 0pipeline: false
Scriptblock that emits panel sections.

Outputs

HtmlForgeX.HfxPanelShell