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

Namespace ImagePlayground
Inputs
None
Outputs
ImagePlayground.PowerShell.Stories.ImageStoryOutcomeSpec

Declares a result that must be visible in the completed visual-story scene.

Remarks

Declares a result that must be visible in the completed visual-story scene.

Examples

Authored help example

Require the chart panel in the completed scene


New-ImageStoryOutcome -Id 'chart-created' -Label 'The chart is visible' -PanelId 'chart'
        

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-ImageStoryOutcome -Id <String> -Label <String> -PanelId <String> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Id String requiredposition: namedpipeline: False
Stable outcome identifier.
Label String requiredposition: namedpipeline: False
Human-readable outcome label.
PanelId String requiredposition: namedpipeline: False
Panel identifier that must be present in the completed scene.

Outputs

ImagePlayground.PowerShell.Stories.ImageStoryOutcomeSpec: PowerShell-friendly completed-outcome specification for New-ImageStory.