HtmlForgeX

API Reference

Class

TablerOperationalInspection

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Expandable detail content for an operational list item.

Inheritance

  • Object
  • TablerOperationalInspection

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Methods

public TablerOperationalInspection AddFact(String label, String value) #
Returns: TablerOperationalInspection

Adds a label/value fact to the inspection panel.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
public TablerOperationalInspection AddStep(String title, String text, TablerIconType icon = Activity, TablerColor color = Blue) #
Returns: TablerOperationalInspection

Adds a timeline/status step to the inspection panel.

Parameters

title System.String requiredposition: 0
text System.String requiredposition: 1
icon HtmlForgeX.TablerIconType = Activity optionalposition: 2
color HtmlForgeX.TablerColor = Blue optionalposition: 3
public TablerOperationalInspection Subtitle(String subtitle) #
Returns: TablerOperationalInspection

Sets the panel subtitle.

Parameters

subtitle System.String requiredposition: 0
public TablerOperationalInspection Summary(String summary) #
Returns: TablerOperationalInspection

Sets the primary summary text.

Parameters

summary System.String requiredposition: 0
public TablerOperationalInspection Title(String title) #
Returns: TablerOperationalInspection

Sets the panel title.

Parameters

title System.String requiredposition: 0