HtmlForgeX

API Reference

Class

TablerIncidentWatchAlertPreset

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Preset builder for degraded-service and operator-watch alerts.

Inheritance

  • Object
  • TablerIncidentWatchAlertPreset

Usage

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

Accepted by parameters

Methods

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

Adds a primary action.

Parameters

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

Adds a quiet icon-only action menu.

Parameters

configure System.Action{HtmlForgeX.TablerDropdown} requiredposition: 0
public TablerIncidentWatchAlertPreset Badge(String text, TablerColor color = Orange) #
Returns: TablerIncidentWatchAlertPreset

Overrides the trailing status badge.

Parameters

text System.String requiredposition: 0
color HtmlForgeX.TablerColor = Orange optionalposition: 1
public TablerIncidentWatchAlertPreset Eyebrow(String eyebrow) #
Returns: TablerIncidentWatchAlertPreset

Overrides the eyebrow copy.

Parameters

eyebrow System.String requiredposition: 0
public TablerIncidentWatchAlertPreset Incident(String title, String subtitle) #
Returns: TablerIncidentWatchAlertPreset

Sets the incident title and supporting description.

Parameters

title System.String requiredposition: 0
subtitle System.String requiredposition: 1
public TablerIncidentWatchAlertPreset Meta(String text, Nullable<TablerColor> color = null) #
Returns: TablerIncidentWatchAlertPreset

Adds a scope, queue, or environment chip.

Parameters

text System.String requiredposition: 0
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 1
public TablerIncidentWatchAlertPreset Severity(String text, TablerColor color, Nullable<TablerIconType> icon = null) #
Returns: TablerIncidentWatchAlertPreset

Adjusts severity text/color for the row.

Parameters

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

Sets the last-updated label.

Parameters

text System.String requiredposition: 0