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-ImageTimelineBlock

Namespace ImagePlayground
Inputs
None
Outputs
ChartForgeX.VisualBlocks.ActivityTimelineBlock

Creates an activity timeline block.

Remarks

Creates an activity timeline block.

Examples

Authored help example

Create a release activity feed

PS>


New-ImageTimelineBlock -Title 'Release activity' -ItemDefinition { New-ImageTimelineItem -Kind Event -Title 'Build completed' -Status Positive; New-ImageTimelineItem -Kind ChecklistItem -Title 'Smoke tests' -Completed }
        

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-ImageTimelineBlock [-Compact] [-Item <ActivityTimelineItem[]>] [-ItemDefinition <ScriptBlock>] [-Subtitle <String>] [-Theme <Default>] [-Title <String>] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Compact SwitchParameter optionalposition: namedpipeline: False
Render event rows without card-like surfaces.
Item ActivityTimelineItem[] optionalposition: namedpipeline: False
Timeline items supplied directly.
ItemDefinition ScriptBlock optionalposition: namedpipeline: False
Script block that emits items from New-ImageTimelineItem.
Subtitle String optionalposition: namedpipeline: False
Optional block subtitle.
Theme ChartTheme optionalposition: namedpipeline: Falsevalues: 14
ChartForgeX theme.
Possible values: Default, Dark, Light, Colorblind, Aurora, Editorial, Candy, PeopleInfographic, Terminal, TransparentOverlayDark, Minimal, DashboardLight, SaasDashboardLight, RestaurantDashboardLight
Title String optionalposition: namedpipeline: False
Optional block title.

Outputs

ChartForgeX.VisualBlocks.ActivityTimelineBlock