API Reference
Class
TablerIncidentWatchAlertPreset
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.
Returned or exposed by
- Method TablerIncidentWatchAlertPreset.Action
- Method TablerIncidentWatchAlertPreset.ActionMenu
- Method TablerIncidentWatchAlertPreset.Badge
- Method TablerIncidentWatchAlertPreset.Eyebrow
- Method TablerIncidentWatchAlertPreset.Incident
- Method TablerIncidentWatchAlertPreset.Meta
- Method TablerIncidentWatchAlertPreset.Severity
- Method TablerIncidentWatchAlertPreset.Updated
Accepted by parameters
Methods
public TablerIncidentWatchAlertPreset Action(String text, String href, Action<TablerButton> configure = null) #Returns:
TablerIncidentWatchAlertPresetAdds a primary action.
Parameters
- text System.String
- href System.String
- configure System.Action{HtmlForgeX.TablerButton} = null
public TablerIncidentWatchAlertPreset Badge(String text, TablerColor color = Orange) #Returns:
TablerIncidentWatchAlertPresetOverrides the trailing status badge.
Parameters
- text System.String
- color HtmlForgeX.TablerColor = Orange
public TablerIncidentWatchAlertPreset Eyebrow(String eyebrow) #Returns:
TablerIncidentWatchAlertPresetOverrides the eyebrow copy.
Parameters
- eyebrow System.String
public TablerIncidentWatchAlertPreset Incident(String title, String subtitle) #Returns:
TablerIncidentWatchAlertPresetSets the incident title and supporting description.
Parameters
- title System.String
- subtitle System.String
public TablerIncidentWatchAlertPreset Meta(String text, Nullable<TablerColor> color = null) #Returns:
TablerIncidentWatchAlertPresetAdds a scope, queue, or environment chip.
Parameters
- text System.String
- color System.Nullable{HtmlForgeX.TablerColor} = null
public TablerIncidentWatchAlertPreset Severity(String text, TablerColor color, Nullable<TablerIconType> icon = null) #Returns:
TablerIncidentWatchAlertPresetAdjusts severity text/color for the row.
Parameters
- text System.String
- color HtmlForgeX.TablerColor
- icon System.Nullable{HtmlForgeX.TablerIconType} = null
public TablerIncidentWatchAlertPreset Updated(String text) #Returns:
TablerIncidentWatchAlertPresetSets the last-updated label.
Parameters
- text System.String