New-UDHeading
Defines a new heading
Synopsis
Syntax
New-UDHeading [-Id <String>] [-Content <ScriptBlock>] [-Size <String>] [-Color <DashboardColor>] [-ClassName <String>] [<CommonParameters>]
New-UDHeading [-Id <String>] [-Text <String>] [-Size <String>] [-Color <DashboardColor>] [-ClassName <String>] [<CommonParameters>]Description
Parameters
-Id
Required? false
Position? named
Default value ([Guid]::NewGuid())
Accept pipeline input? false
Aliases
Accept wildcard characters? false-Content
-Text
-Size
-Color
-ClassName
Outputs
Last updated
Was this helpful?