API Reference
Command
New-ImageListBlock
Creates a visual list block.
Remarks
Creates a visual list block.
Examples
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 SetsParameters
- Checked Boolean[]
- Optional checked states matching the item count.
- Dense SwitchParameter
- Use compact row spacing.
- Item String[]
- List item text.
- Marker VisualListMarker
- List marker style.
- Possible values:
Bullet,Number,Check,Status - Status VisualStatus[]
- Optional semantic statuses matching the item count.
- Possible values:
Neutral,Positive,Warning,Negative,Info - Subtitle String
- Optional block subtitle.
- Theme ChartTheme
- ChartForgeX theme.
- Possible values:
Default,Dark,Light,Colorblind,Aurora,Editorial,Candy,PeopleInfographic,Terminal,TransparentOverlayDark,Minimal,DashboardLight,SaasDashboardLight,RestaurantDashboardLight - Title String
- Optional block title.
- Value String[]
- Optional right-aligned values matching the item count.
Outputs
ChartForgeX.VisualBlocks.ChartList