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

New-UDTimelineItem

A timeline item.

Synopsis

A timeline item.

Syntax

New-UDTimelineItem [[-Content] <ScriptBlock>] [[-OppositeContent] <ScriptBlock>] [[-Icon] <Hashtable>] [[-Color] <String>] [[-Variant] <String>] [[-Sx] <Hashtable>] [<CommonParameters>]

Description

A timeline item.

Parameters

-Content

Content for this timeline item.

Required?                    false
Position?                    1
Default value                {}
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-OppositeContent

Opposite content for this timeline item.

-Icon

An icon for this timeline item. Use the New-UDIcon cmdlet to create an icon.

-Color

The color of this timeline item. Valid values are error, grey, info, inherit, primary, secondary, success, and warning.

-Variant

The variant of this timeline item. Valid values are filled and outlined.

-Sx

Last updated

Was this helpful?