HtmlForgeX

API Reference

Class

TablerInsightBanner

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Typed insight or recommendation banner for generated dashboards and review surfaces.

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 TablerInsightBanner Accent(TablerColor color) #
Returns: TablerInsightBanner

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
AddAction 2 overloads
public TablerInsightBanner AddAction(String label, TablerColor color, TablerIconType icon) #
Returns: TablerInsightBanner

Adds a typed action button.

Parameters

label System.String requiredposition: 0
icon HtmlForgeX.TablerIconType requiredposition: 1
color HtmlForgeX.TablerColor = Blue requiredposition: 2
AddAction(System.String label, HtmlForgeX.TablerColor color, HtmlForgeX.TablerIconType icon) #

Adds a typed action button using color-first ordering for action-heavy chains.

Parameters

label System.String required
color HtmlForgeX.TablerColor required
icon HtmlForgeX.TablerIconType required
public TablerInsightBanner AddMetric(String label, String value, Nullable<TablerIconType> icon = null, Nullable<TablerColor> color = null) #
Returns: TablerInsightBanner

Adds a compact metric or prediction chip.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 2
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 3
public TablerInsightBanner Description(String description) #
Returns: TablerInsightBanner

Sets the main insight description.

Parameters

description System.String requiredposition: 0
RegisterLibraries() #
public TablerInsightBanner Settings(Action<TablerInsightBannerSettings> configure) #
Returns: TablerInsightBanner

Groups less-common display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerInsightBannerSettings} requiredposition: 0
public TablerInsightBanner SignalIcon(TablerIconType icon) #
Returns: TablerInsightBanner

Sets the banner icon.

Parameters

icon HtmlForgeX.TablerIconType requiredposition: 0
public TablerInsightBanner Source(String source) #
Returns: TablerInsightBanner

Sets the insight source label.

Parameters

source System.String requiredposition: 0
public TablerInsightBanner Subtitle(String subtitle) #
Returns: TablerInsightBanner

Sets supporting copy under the title.

Parameters

subtitle System.String requiredposition: 0
public TablerInsightBanner Title(String title) #
Returns: TablerInsightBanner

Sets the banner title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String