HtmlForgeX

API Reference

Class

TablerIncidentTimelineCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerIncidentTimelineCard.

Inheritance

  • Object
  • TablerIncidentTimelineCardSettings

Methods

public TablerIncidentTimelineCardSettings Accent(TablerColor color) #
Returns: TablerIncidentTimelineCardSettings

Sets the accent color used by the card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerIncidentTimelineCard End() #
Returns: TablerIncidentTimelineCard

Returns control to the root incident timeline card.

public TablerIncidentTimelineCardSettings FillHeight(Boolean enable = true) #
Returns: TablerIncidentTimelineCardSettings

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerIncidentTimelineCardSettings TimelineMaxHeight(Int32 pixels) #
Returns: TablerIncidentTimelineCardSettings

Sets the maximum visible timeline height before scrolling.

Parameters

pixels System.Int32 requiredposition: 0