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

New-UDTimeline

The timeline displays a list of events in chronological order.

Synopsis

The timeline displays a list of events in chronological order.

Syntax

New-UDTimeline [[-Id] <String>] [[-Children] <ScriptBlock>] [[-Position] <String>] [[-Sx] <Hashtable>] [<CommonParameters>]

Description

The timeline displays a list of events in chronological order.

Parameters

-Id

The ID of this component. The default value is a random GUID.

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

-Children

The content of this timeline.

-Position

The position of the timeline. Valid values are right, left, and alternate.

-Sx

Outputs

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

Last updated

Was this helpful?