HtmlForgeX

API Reference

Class

TablerServiceConfigFlow

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Reusable horizontal or wrapping flow for endpoint connection and safe apply pipelines.

Inheritance

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

Methods

public TablerServiceConfigFlow AddStep(String title, String text, TablerIconType icon, TablerColor color = Blue, TablerServiceConfigStepState state = Ready) #
Returns: TablerServiceConfigFlow

Adds a flow step.

Parameters

title System.String requiredposition: 0
text System.String requiredposition: 1
icon HtmlForgeX.TablerIconType requiredposition: 2
color HtmlForgeX.TablerColor = Blue optionalposition: 3
state HtmlForgeX.TablerServiceConfigStepState = Ready optionalposition: 4
RegisterLibraries() #
public TablerServiceConfigFlow Settings(Action<TablerServiceConfigFlowSettings> configure) #
Returns: TablerServiceConfigFlow

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerServiceConfigFlowSettings} requiredposition: 0
public TablerServiceConfigFlow Title(String title) #
Returns: TablerServiceConfigFlow

Sets an optional flow title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String