HtmlForgeX

API Reference

Class

TablerStatusMatrix

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Compact status-matrix primitive for grouped health or policy signals.

Inheritance

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

Constructors

Methods

public TablerStatusMatrix AddItem(String label, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerStatusMatrix

Adds a status cell to the matrix.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
note System.String = null optionalposition: 2
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 3
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 4
RegisterLibraries() #
public TablerStatusMatrix Settings(Action<TablerStatusMatrixSettings> configure) #
Returns: TablerStatusMatrix

Groups less-common layout toggles under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerStatusMatrixSettings} requiredposition: 0
public override String ToString() #
Returns: String