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

New-UDCardFooter

Creates a new card footer.

Synopsis

Creates a new card footer.

Syntax

New-UDCardFooter [[-Id] <String>] [[-ClassName] <String>] [[-Content] <ScriptBlock>] [[-Style] <Hashtable>] [<CommonParameters>]

Description

Creates a new card footer. 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 footer.

-Content

The content of the card footer.

-Style

Styles to apply to the card footer.

Outputs

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

Last updated

Was this helpful?