HtmlForgeX

API Reference

Class

TablerBlockedApprovalAlertPreset

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

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.

Accepted by parameters

Methods

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

Adds a primary action.

Parameters

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

Adds a quiet icon-only action menu.

Parameters

configure System.Action{HtmlForgeX.TablerDropdown} requiredposition: 0
public TablerBlockedApprovalAlertPreset Age(String text) #
Returns: TablerBlockedApprovalAlertPreset

Sets the recency/age label.

Parameters

text System.String requiredposition: 0
public TablerBlockedApprovalAlertPreset Badge(String text, TablerColor color = Red) #
Returns: TablerBlockedApprovalAlertPreset

Overrides the trailing status badge.

Parameters

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

Overrides the eyebrow copy.

Parameters

eyebrow System.String requiredposition: 0
public TablerBlockedApprovalAlertPreset Meta(String text, Nullable<TablerColor> color = null) #
Returns: TablerBlockedApprovalAlertPreset

Adds a team, queue, or risk chip.

Parameters

text System.String requiredposition: 0
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 1
public TablerBlockedApprovalAlertPreset Request(String title, String subtitle) #
Returns: TablerBlockedApprovalAlertPreset

Sets the blocked request title and explanatory copy.

Parameters

title System.String requiredposition: 0
subtitle System.String requiredposition: 1
public TablerBlockedApprovalAlertPreset Severity(String text, TablerColor color, Nullable<TablerIconType> icon = null) #
Returns: TablerBlockedApprovalAlertPreset

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