HtmlForgeX

API Reference

Class

TablerWorkflowSummaryCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Workflow-oriented card that combines rollout metrics, timeline activity, and a checklist.

Inheritance

Constructors

Methods

public TablerWorkflowSummaryCard Accent(TablerColor color) #
Returns: TablerWorkflowSummaryCard

Sets the ambient accent color used by the workflow card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerWorkflowSummaryCard AddChecklistItem(String text, String note = null, Boolean completed = true, Nullable<TablerIconType> icon = null) #
Returns: TablerWorkflowSummaryCard

Adds a checklist item to the workflow card.

Parameters

text System.String requiredposition: 0
note System.String = null optionalposition: 1
completed System.Boolean = true optionalposition: 2
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 3
public TablerWorkflowSummaryCard AddMetric(String label, String value, String note = null, Nullable<TablerColor> color = null) #
Returns: TablerWorkflowSummaryCard

Adds a compact rollout metric shown above the timeline and checklist.

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
public TablerWorkflowSummaryCard ChecklistSubtitle(String subtitle) #
Returns: TablerWorkflowSummaryCard

Sets supporting text shown below the checklist section title.

Parameters

subtitle System.String requiredposition: 0
public TablerWorkflowSummaryCard ChecklistTitle(String title) #
Returns: TablerWorkflowSummaryCard

Sets the heading used for the checklist section.

Parameters

title System.String requiredposition: 0
Event 2 overloads
public TablerWorkflowSummaryCard Event(String time, String title, String description, TablerIconType icon = TimelineEvent, Nullable<TablerColor> color = null) #
Returns: TablerWorkflowSummaryCard

Adds a workflow event to the timeline.

Parameters

time System.String requiredposition: 0
title System.String requiredposition: 1
description System.String requiredposition: 2
icon HtmlForgeX.TablerIconType = TimelineEvent optionalposition: 3
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 4
public TablerWorkflowSummaryCard Event(Action<TablerTimelineItem> configure) #
Returns: TablerWorkflowSummaryCard

Adds a custom workflow event.

Parameters

configure System.Action{HtmlForgeX.TablerTimelineItem} requiredposition: 0
GetAuxiliaryChildren() #
OnAddedToDocument() #
RegisterLibraries() #
public TablerWorkflowSummaryCard Settings(Action<TablerWorkflowSummaryCardSettings> configure) #
Returns: TablerWorkflowSummaryCard

Groups advanced display options under a smaller surface.

Parameters

configure System.Action{HtmlForgeX.TablerWorkflowSummaryCardSettings} requiredposition: 0
public TablerWorkflowSummaryCard Subtitle(String subtitle) #
Returns: TablerWorkflowSummaryCard

Sets supporting text displayed below the card title.

Parameters

subtitle System.String requiredposition: 0
public TablerWorkflowSummaryCard TimelineSubtitle(String subtitle) #
Returns: TablerWorkflowSummaryCard

Sets supporting text shown below the timeline section title.

Parameters

subtitle System.String requiredposition: 0
public TablerWorkflowSummaryCard TimelineTitle(String title) #
Returns: TablerWorkflowSummaryCard

Sets the heading used for the timeline section.

Parameters

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

Sets the card title.

Parameters

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