HtmlForgeX

API Reference

Command

New-HtmlXPanelSection

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.HfxPanelSection

Adds a panel section to the current panel shell.

Remarks

Use inside New-HtmlXPanel { }.

Examples

Imported script example

New-HtmlXPanelSection -Key "summary" {
        

New-HtmlXPanelSection -Key "details" {
        

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-HtmlXPanelSection [-Content <ScriptBlock>] [-Key <string>] [<CommonParameters>]
#

Parameters

Content ScriptBlock optionalposition: 0pipeline: false
Scriptblock that emits panel content.
Key string optionalposition: namedpipeline: false
Panel key used for toggling.

Outputs

HtmlForgeX.HfxPanelSection