HtmlForgeX

API Reference

Class

TablerWorkflowStepsCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Dashboard card that presents a release, handoff, or approval path using typed steps and compact supporting signals.

Inheritance

Constructors

Methods

public TablerWorkflowStepsCard Accent(TablerColor color) #
Returns: TablerWorkflowStepsCard

Sets the ambient accent color used by the card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerWorkflowStepsCard AddMetric(String label, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerWorkflowStepsCard

Adds a compact supporting metric above the steps surface.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
note System.String = null optionalposition: 2
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 3
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 4
public TablerWorkflowStepsCard AddStep(String name, String text = null, TablerStepState state = Pending, String tooltip = null) #
Returns: TablerWorkflowStepsCard

Adds a typed step to the release or handoff path.

Parameters

name System.String requiredposition: 0
text System.String = null optionalposition: 1
state HtmlForgeX.TablerStepState = Pending optionalposition: 2
tooltip System.String = null optionalposition: 3
public TablerWorkflowStepsCard Highlight(String title, String text, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerWorkflowStepsCard

Adds a callout shown above the steps surface.

Parameters

title System.String requiredposition: 0
text System.String requiredposition: 1
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 2
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 3
RegisterLibraries() #
public TablerWorkflowStepsCard Settings(Action<TablerWorkflowStepsCardSettings> configure) #
Returns: TablerWorkflowStepsCard

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerWorkflowStepsCardSettings} requiredposition: 0
public TablerWorkflowStepsCard StepsSubtitle(String subtitle) #
Returns: TablerWorkflowStepsCard

Sets supporting text shown below the steps section title.

Parameters

subtitle System.String requiredposition: 0
public TablerWorkflowStepsCard StepsTitle(String title) #
Returns: TablerWorkflowStepsCard

Sets the heading used above the steps surface.

Parameters

title System.String requiredposition: 0
public TablerWorkflowStepsCard Subtitle(String subtitle) #
Returns: TablerWorkflowStepsCard

Sets supporting text shown below the card title.

Parameters

subtitle System.String requiredposition: 0
public TablerWorkflowStepsCard Title(String title) #
Returns: TablerWorkflowStepsCard

Sets the card title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String