API Reference
Class
EmailStep
A step item used by EmailStepsIndicator.
Inheritance
- Object
- EmailStep
Constructors
public EmailStep() #Inherited Methods
Properties
public String Subtitle { get; set; } #Optional subtitle (timestamp, short note).
public EmailStepStatus Status { get; set; } #Step status.
public String Href { get; set; } #Optional link URL for the title.
public String IndicatorText { get; set; } #Optional indicator override (e.g. "📦", "1", "✓").
public String CssClass { get; set; } #Optional extra class for the indicator circle.