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

Namespace ImagePlayground
Inputs
None
Outputs
ChartForgeX.VisualBlocks.ChartList

Creates a visual list block.

Remarks

Creates a visual list block.

Examples

Authored help example

Create a checklist

PS>


New-ImageListBlock -Title 'Release' -Item Build,Test,Publish -Checked $true,$true,$false
        

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-ImageListBlock [-Checked <Boolean[]>] [-Dense] -Item <String[]> [-Marker <Bullet|Number|Check|Status>] [-Status <Neutral|Positive|Warning|Negative|Info>] [-Subtitle <String>] [-Theme <Default>] [-Title <String>] [-Value <String[]>] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Checked Boolean[] optionalposition: namedpipeline: False
Optional checked states matching the item count.
Dense SwitchParameter optionalposition: namedpipeline: False
Use compact row spacing.
Item String[] requiredposition: 0pipeline: False
List item text.
Marker VisualListMarker optionalposition: namedpipeline: Falsevalues: 4
List marker style.
Possible values: Bullet, Number, Check, Status
Status VisualStatus[] optionalposition: namedpipeline: Falsevalues: 5
Optional semantic statuses matching the item count.
Possible values: Neutral, Positive, Warning, Negative, Info
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.
Value String[] optionalposition: namedpipeline: False
Optional right-aligned values matching the item count.

Outputs

ChartForgeX.VisualBlocks.ChartList