API Reference
FlowArtifactStep
Describes one step in a flow artifact.
Inheritance
- Object
- FlowArtifactStep
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method FlowArtifact.WithStep
Constructors
FlowArtifactStep(System.String arg1, System.String arg2, ChartForgeX.VisualArtifacts.FlowArtifactStepKind arg3) #Initializes a flow step.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 ChartForgeX.VisualArtifacts.FlowArtifactStepKind
Properties
Id #Gets or sets the step id.
Label #Gets or sets the display label.
Kind #Gets or sets the semantic step kind.
LaneId #Gets or sets the optional lane id.
Status #Gets or sets the step status.
Subtitle #Gets or sets an optional subtitle.
Icon #Gets or sets an optional icon id.
Symbol #Gets or sets an optional symbol.
Color #Gets or sets an optional accent color.
Badge #Gets or sets an optional badge.
Width #Gets or sets the static preview width.
Height #Gets or sets the static preview height.
Metadata #Gets step metadata for host adapters and exporters.