For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDExpansionPanelGroup

The expansion panel component allows the user to show and hide sections of related content on a page.

Synopsis

The expansion panel component allows the user to show and hide sections of related content on a page.

Syntax

New-UDExpansionPanelGroup [-Id <String>] [[-Children] <ScriptBlock>] [-Type <String>] [-ClassName <String>] [<CommonParameters>]

Description

Creates a group of expansion panels. Use New-UDExpansionPanel to create children for a group.

Parameters

-Id

The ID of the component. It defaults to a random GUID.

Required?                    false
Position?                    named
Default value                ([Guid]::NewGuid())
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-Children

Expansion panels to include in this group.

-Type

The type of expansion panel group.

-ClassName

A CSS class to apply to the expansion panel group.

Outputs

-------------------------- EXAMPLE 1 --------------------------

Last updated

Was this helpful?