HtmlForgeX

API Reference

Class

TablerActivityListItem

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

A single activity row inside TablerActivityList.

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 TablerActivityListItem() #

Methods

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

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 TablerActivityListItem ActionMenu(Action<TablerDropdown> configure) #
Returns: TablerActivityListItem

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

Parameters

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

Adds classes to the rendered item.

Parameters

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

Sets a small overline/eyebrow label.

Parameters

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

Makes the row clickable.

Parameters

href System.String requiredposition: 0
public TablerActivityListItem Initials(String initials, TablerColor accent = Azure) #
Returns: TablerActivityListItem

Uses initials when no avatar image exists.

Parameters

initials System.String requiredposition: 0
accent HtmlForgeX.TablerColor = Azure optionalposition: 1
public TablerActivityListItem Meta(String text, Nullable<TablerColor> color = null) #
Returns: TablerActivityListItem

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

Parameters

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

Marks the row as selected/active.

Parameters

selected System.Boolean = true optionalposition: 0
public TablerActivityListItem StatusDot(TablerColor color, Boolean animated = false) #
Returns: TablerActivityListItem

Shows a small leading status dot on the avatar/icon.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
animated System.Boolean = false optionalposition: 1
public TablerActivityListItem Subtitle(String subtitle) #
Returns: TablerActivityListItem

Sets supporting descriptive copy.

Parameters

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

Shows a timestamp or recency label.

Parameters

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

Sets the primary feed title.

Parameters

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

Provides an escape hatch for custom trailing content.

Parameters

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