HtmlForgeX

API Reference

Class

TablerTimelineInspectorEventBuilder

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Fluent builder for inspector timeline event details.

Inheritance

  • Object
  • TablerTimelineInspectorEventBuilder

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public TablerTimelineInspectorEventBuilder Badge(String text, TablerBadgeColor color = Primary) #
Returns: TablerTimelineInspectorEventBuilder

Adds a compact status badge to the event.

Parameters

text System.String requiredposition: 0
color HtmlForgeX.TablerBadgeColor = Primary optionalposition: 1
public TablerTimelineInspectorEventBuilder ChecklistItem(String text, Boolean completed = false) #
Returns: TablerTimelineInspectorEventBuilder

Adds a child checklist item below the timeline event.

Parameters

text System.String requiredposition: 0
completed System.Boolean = false optionalposition: 1