API Reference
Class
TablerTimelineInspectorEventBuilder
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.
Returned or exposed by
Accepted by parameters
Methods
public TablerTimelineInspectorEventBuilder Badge(String text, TablerBadgeColor color = Primary) #Returns:
TablerTimelineInspectorEventBuilderAdds a compact status badge to the event.
Parameters
- text System.String
- color HtmlForgeX.TablerBadgeColor = Primary
public TablerTimelineInspectorEventBuilder ChecklistItem(String text, Boolean completed = false) #Returns:
TablerTimelineInspectorEventBuilderAdds a child checklist item below the timeline event.
Parameters
- text System.String
- completed System.Boolean = false