HtmlForgeX

API Reference

Class

TablerAlertListItem

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

A single severity-first dashboard row inside TablerAlertList.

Inheritance

Usage

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

Accepted by parameters

Constructors

public TablerAlertListItem() #

Methods

public TablerAlertListItem Action(String text, String href, Action<TablerButton> configure = null) #
Returns: TablerAlertListItem

Adds a trailing action button.

Parameters

text System.String requiredposition: 0
href System.String requiredposition: 1
configure System.Action{HtmlForgeX.TablerButton} = null optionalposition: 2
public TablerAlertListItem ActionMenu(Action<TablerDropdown> configure) #
Returns: TablerAlertListItem

Adds a quiet icon-only action menu for secondary row actions.

Parameters

configure System.Action{HtmlForgeX.TablerDropdown} requiredposition: 0
public TablerAlertListItem Class(String className) #
Returns: TablerAlertListItem
EditorBrowsable(2)

Adds classes to the rendered item.

Parameters

className System.String requiredposition: 0
public TablerAlertListItem Eyebrow(String eyebrow) #
Returns: TablerAlertListItem

Sets a small overline/eyebrow label.

Parameters

eyebrow System.String requiredposition: 0
GetAuxiliaryChildren() #
public TablerAlertListItem Href(String href) #
Returns: TablerAlertListItem

Makes the row clickable.

Parameters

href System.String requiredposition: 0
public TablerAlertListItem Meta(String text, Nullable<TablerColor> color = null) #
Returns: TablerAlertListItem

Adds small meta badges such as region, team, or queue labels.

Parameters

text System.String requiredposition: 0
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 1
RegisterLibraries() #
public TablerAlertListItem Selected(Boolean selected = true) #
Returns: TablerAlertListItem

Marks the row as selected/active.

Parameters

selected System.Boolean = true optionalposition: 0
public TablerAlertListItem Severity(String text, TablerColor color, Nullable<TablerIconType> icon = null) #
Returns: TablerAlertListItem

Sets the severity label, color, and optional icon for the row.

Parameters

text System.String requiredposition: 0
color HtmlForgeX.TablerColor requiredposition: 1
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 2
public TablerAlertListItem Subtitle(String subtitle) #
Returns: TablerAlertListItem

Sets supporting descriptive copy.

Parameters

subtitle System.String requiredposition: 0
public TablerAlertListItem Time(String time) #
Returns: TablerAlertListItem

Shows a timestamp or recency label.

Parameters

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

Sets the primary alert title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String
public TablerAlertListItem Trailing(Action<ElementContainer> configure) #
Returns: TablerAlertListItem

Provides an escape hatch for custom trailing content.

Parameters

configure System.Action{HtmlForgeX.ElementContainer} requiredposition: 0