API Reference
Command
New-HtmlXAvatarGroup
Creates an avatar group container.
Remarks
Part of the HtmlForgeX.PowerShell DSL.
Examples
New-HtmlXAvatarGroup -Stacked {
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-HtmlXAvatarGroup [-Content <ScriptBlock>] [-Stacked] [<CommonParameters>]#Parameters
- Content ScriptBlock
- Scriptblock that adds avatars to the group.
- Stacked SwitchParameter
- Render avatars in a stacked (overlapped) layout.
Outputs
HtmlForgeX.TablerAvatarGroup