API Reference
Class
TablerBlockedApprovalAlertPreset
Preset builder for approval-blocker alerts.
Inheritance
- Object
- TablerBlockedApprovalAlertPreset
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 TablerBlockedApprovalAlertPreset.Action
- Method TablerBlockedApprovalAlertPreset.ActionMenu
- Method TablerBlockedApprovalAlertPreset.Age
- Method TablerBlockedApprovalAlertPreset.Badge
- Method TablerBlockedApprovalAlertPreset.Eyebrow
- Method TablerBlockedApprovalAlertPreset.Meta
- Method TablerBlockedApprovalAlertPreset.Request
- Method TablerBlockedApprovalAlertPreset.Severity
Accepted by parameters
Methods
public TablerBlockedApprovalAlertPreset Action(String text, String href, Action<TablerButton> configure = null) #Returns:
TablerBlockedApprovalAlertPresetAdds a primary action.
Parameters
- text System.String
- href System.String
- configure System.Action{HtmlForgeX.TablerButton} = null
public TablerBlockedApprovalAlertPreset Age(String text) #Returns:
TablerBlockedApprovalAlertPresetSets the recency/age label.
Parameters
- text System.String
public TablerBlockedApprovalAlertPreset Badge(String text, TablerColor color = Red) #Returns:
TablerBlockedApprovalAlertPresetOverrides the trailing status badge.
Parameters
- text System.String
- color HtmlForgeX.TablerColor = Red
public TablerBlockedApprovalAlertPreset Eyebrow(String eyebrow) #Returns:
TablerBlockedApprovalAlertPresetOverrides the eyebrow copy.
Parameters
- eyebrow System.String
public TablerBlockedApprovalAlertPreset Meta(String text, Nullable<TablerColor> color = null) #Returns:
TablerBlockedApprovalAlertPresetAdds a team, queue, or risk chip.
Parameters
- text System.String
- color System.Nullable{HtmlForgeX.TablerColor} = null
public TablerBlockedApprovalAlertPreset Request(String title, String subtitle) #Returns:
TablerBlockedApprovalAlertPresetSets the blocked request title and explanatory copy.
Parameters
- title System.String
- subtitle System.String
public TablerBlockedApprovalAlertPreset Severity(String text, TablerColor color, Nullable<TablerIconType> icon = null) #Returns:
TablerBlockedApprovalAlertPresetAdjusts severity text/color for the row.
Parameters
- text System.String
- color HtmlForgeX.TablerColor
- icon System.Nullable{HtmlForgeX.TablerIconType} = null