API Reference
Class
TablerStatusPipelineCardSettings
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.
Returned or exposed by
- Method TablerStatusPipelineCardSettings.Accent
- Method TablerStatusPipelineCardSettings.Compact
- Method TablerStatusPipelineCardSettings.EmptyMessage
- Method TablerStatusPipelineCardSettings.FillHeight
- Method TablerStatusPipelineCardSettings.ItemsTitle
- Method TablerStatusPipelineCardSettings.MaxHeight
- Method TablerStatusPipelineCardSettings.Subtitle
- Method TablerStatusPipelineCardSettings.Title
- Method TablerStatusPipelineCardSettings.Total
Accepted by parameters
Methods
public TablerStatusPipelineCardSettings Accent(TablerColor color) #Returns:
TablerStatusPipelineCardSettingsSets the ambient accent color.
Parameters
- color HtmlForgeX.TablerColor
public TablerStatusPipelineCardSettings Compact(Boolean enabled = true) #Returns:
TablerStatusPipelineCardSettingsUses tighter spacing for dense dashboard cards.
Parameters
- enabled System.Boolean = true
public TablerStatusPipelineCardSettings EmptyMessage(String message) #Returns:
TablerStatusPipelineCardSettingsSets the empty-state message.
Parameters
- message System.String
public TablerStatusPipelineCard End() #Returns:
TablerStatusPipelineCardReturns the root status pipeline card.
public TablerStatusPipelineCardSettings FillHeight(Boolean enabled = true) #Returns:
TablerStatusPipelineCardSettingsStretches the card to fill the parent height.
Parameters
- enabled System.Boolean = true
public TablerStatusPipelineCardSettings ItemsTitle(String title) #Returns:
TablerStatusPipelineCardSettingsSets the title for the item list.
Parameters
- title System.String
public TablerStatusPipelineCardSettings MaxHeight<THeight>(THeight height) #Returns:
TablerStatusPipelineCardSettingsType Parameters
- THeight
Parameters
- height THeight
public TablerStatusPipelineCardSettings Subtitle(String subtitle) #Returns:
TablerStatusPipelineCardSettingsSets supporting copy under the title.
Parameters
- subtitle System.String
public TablerStatusPipelineCardSettings Title(String title) #Returns:
TablerStatusPipelineCardSettingsSets the card title.
Parameters
- title System.String
public TablerStatusPipelineCardSettings Total(String value, String label) #Returns:
TablerStatusPipelineCardSettingsSets the headline total shown above the pipeline.
Parameters
- value System.String
- label System.String