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

New-UDCardExpand

Creates a new card expandable content.

Synopsis

Creates a new card expandable content.

Syntax

New-UDCardExpand [[-Id] <String>] [[-ClassName] <String>] [[-Content] <Endpoint>] [-Dynamic] [[-Style] <Hashtable>] [<CommonParameters>]

Description

Creates a new card expandable content. Used with New-UDCard.

Parameters

-Id

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

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

-ClassName

A CSS class to assign to this card expandable content.

-Content

The content of the card expandable content.

-Style

Styles to apply to the card expandable content.

Outputs

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

Last updated

Was this helpful?