API Reference
Command
New-ImageStoryOutcome
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
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 SetsParameters
- Id String
- Stable outcome identifier.
- Label String
- Human-readable outcome label.
- PanelId String
- Panel identifier that must be present in the completed scene.
Outputs
ImagePlayground.PowerShell.Stories.ImageStoryOutcomeSpec: PowerShell-friendly completed-outcome specification for New-ImageStory.