API Reference
Class
TablerOperationalInspection
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.
Returned or exposed by
Accepted by parameters
Constructors
public TablerOperationalInspection() #Methods
public TablerOperationalInspection AddFact(String label, String value) #Returns:
TablerOperationalInspectionAdds a label/value fact to the inspection panel.
Parameters
- label System.String
- value System.String
public TablerOperationalInspection AddStep(String title, String text, TablerIconType icon = Activity, TablerColor color = Blue) #Returns:
TablerOperationalInspectionAdds a timeline/status step to the inspection panel.
Parameters
- title System.String
- text System.String
- icon HtmlForgeX.TablerIconType = Activity
- color HtmlForgeX.TablerColor = Blue
public TablerOperationalInspection Subtitle(String subtitle) #Returns:
TablerOperationalInspectionSets the panel subtitle.
Parameters
- subtitle System.String
public TablerOperationalInspection Summary(String summary) #Returns:
TablerOperationalInspectionSets the primary summary text.
Parameters
- summary System.String
public TablerOperationalInspection Title(String title) #Returns:
TablerOperationalInspectionSets the panel title.
Parameters
- title System.String