API Reference
Command
New-HtmlXPanelSection
Adds a panel section to the current panel shell.
Remarks
Use inside New-HtmlXPanel { }.
Examples
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
- Scriptblock that emits panel content.
- Key string
- Panel key used for toggling.
Outputs
HtmlForgeX.HfxPanelSection