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

New-UDAvatarGroup

A group of avatars.

Synopsis

A group of avatars.

Syntax

New-UDAvatarGroup [[-Id] <String>] [[-Total] <Int32>] [[-Maximum] <Int32>] [-Children] <ScriptBlock> [[-Sx] <Object>] [<CommonParameters>]

Description

A group of avatars.

Parameters

-Id

The ID for this component.

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

-Total

If you need to control the total number of avatars not shown, you can use the total prop.

-Maximum

AvatarGroup renders its children as a stack. Use the max prop to limit the number of avatars.

-Children

Avatars for the group.

-Sx Required? falsePosition? 5Default valueAccept pipeline input? falseAliasesAccept wildcard characters? false <CommonParameters> This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).NotesGeneral notes-------------------------- EXAMPLE 1 --------------------------PS > An example

Last updated

Was this helpful?