HtmlForgeX

API Reference

Class

TablerStatusPipelineCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings for TablerStatusPipelineCard.

Inheritance

  • Object
  • TablerStatusPipelineCardSettings

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

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerStatusPipelineCardSettings Compact(Boolean enabled = true) #
Returns: TablerStatusPipelineCardSettings

Uses tighter spacing for dense dashboard cards.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerStatusPipelineCardSettings EmptyMessage(String message) #
Returns: TablerStatusPipelineCardSettings

Sets the empty-state message.

Parameters

message System.String requiredposition: 0
public TablerStatusPipelineCard End() #
Returns: TablerStatusPipelineCard

Returns the root status pipeline card.

public TablerStatusPipelineCardSettings FillHeight(Boolean enabled = true) #
Returns: TablerStatusPipelineCardSettings

Stretches the card to fill the parent height.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerStatusPipelineCardSettings ItemsTitle(String title) #
Returns: TablerStatusPipelineCardSettings

Sets the title for the item list.

Parameters

title System.String requiredposition: 0
public TablerStatusPipelineCardSettings MaxHeight<THeight>(THeight height) #
Returns: TablerStatusPipelineCardSettings

Type Parameters

THeight

Parameters

height THeight requiredposition: 0
MaxHeight``1(``0 height) #

Limits the internal item list height.

Parameters

height ``0 required
public TablerStatusPipelineCardSettings Subtitle(String subtitle) #
Returns: TablerStatusPipelineCardSettings

Sets supporting copy under the title.

Parameters

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

Sets the card title.

Parameters

title System.String requiredposition: 0
public TablerStatusPipelineCardSettings Total(String value, String label) #
Returns: TablerStatusPipelineCardSettings

Sets the headline total shown above the pipeline.

Parameters

value System.String requiredposition: 0
label System.String requiredposition: 1