Project

ImagePlayground

Automate image processing, codes, metadata, charts, topology, and visual stories from PowerShell.

Stars 100
Forks 7
Total downloads 712,347
Release ImagePlayground-PowerShellModule.v3.2.7
Language: C# Updated: 2026-08-25

API Reference

Command

New-ImageTimelineItem

Namespace ImagePlayground
Inputs
None
Outputs
ChartForgeX.VisualBlocks.ActivityTimelineItem

Creates one activity timeline item.

Remarks

Creates one activity timeline item.

Examples

Authored help example

Create a deployment event

PS>


New-ImageTimelineItem -Kind Event -Title 'Production deployed' -Timestamp '14:32' -Status Positive
        

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-ImageTimelineItem [-Badge <String>] [-Completed] [-Detail <String>] [-HiddenCount <Int32>] -Kind <Section|Event|ChecklistItem|HiddenSummary> [-Muted] [-Status <Neutral|Positive|Warning|Negative|Info>] [-Symbol <String>] [-Timestamp <String>] -Title <String> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Badge String optionalposition: namedpipeline: False
Optional compact event badge.
Completed SwitchParameter optionalposition: namedpipeline: False
Mark a checklist item as completed.
Detail String optionalposition: namedpipeline: False
Optional event detail.
HiddenCount Int32 optionalposition: namedpipeline: False
Number of collapsed items represented by a hidden summary.
Kind ActivityTimelineItemKind requiredposition: 0pipeline: Falsevalues: 4
Timeline item kind.
Possible values: Section, Event, ChecklistItem, HiddenSummary
Muted SwitchParameter optionalposition: namedpipeline: False
Render checklist text as muted.
Status VisualStatus optionalposition: namedpipeline: Falsevalues: 5
Event status.
Possible values: Neutral, Positive, Warning, Negative, Info
Symbol String optionalposition: namedpipeline: False
Optional compact event symbol.
Timestamp String optionalposition: namedpipeline: False
Optional timestamp text for events.
Title String requiredposition: 1pipeline: False
Primary item text.

Outputs

ChartForgeX.VisualBlocks.ActivityTimelineItem