HtmlForgeX

API Reference

Class

TablerIncidentTimelineCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Higher-level incident review card that combines summary counters with a timeline.

Inheritance

Constructors

Methods

public TablerIncidentTimelineCard Accent(TablerColor color) #
Returns: TablerIncidentTimelineCard

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerIncidentTimelineCard AddSummary(String label, String value, Nullable<TablerColor> color = null) #
Returns: TablerIncidentTimelineCard

Adds a compact headline summary chip above the timeline.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 2
Event 2 overloads
public TablerIncidentTimelineCard Event(String time, String title, String description, TablerIconType icon = TimelineEvent, Nullable<TablerColor> color = null) #
Returns: TablerIncidentTimelineCard

Adds a timeline event using the common incident fields.

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 TablerIncidentTimelineCard Event(Action<TablerTimelineItem> configure) #
Returns: TablerIncidentTimelineCard

Adds a custom timeline event.

Parameters

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

Groups advanced display options under a smaller surface.

Parameters

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

Sets supporting text shown below the title.

Parameters

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

Sets the card title.

Parameters

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