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

New-UDList

Lists are continuous, vertical indexes of text or images.

Synopsis

Lists are continuous, vertical indexes of text or images.

Syntax

New-UDList [[-Id] <String>] [[-Children] <ScriptBlock>] [[-SubHeader] <String>] [[-ClassName] <String>] [-Dense] [[-Sx] <Hashtable>] [[-AlignItems] <String>] [<CommonParameters>]

Description

Creates a list. Use New-UDListItem to add new items to the list. Lists are good for links in UDDrawers.

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

-Children

The items in the list.

-SubHeader

Text to show within the sub header.

-ClassName

A CSS class to apply to the list.

-Sx

An hashtable of styles to apply to this component.

-AlignItems

Outputs

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

Last updated

Was this helpful?