HtmlForgeX

API Reference

Class

TablerServiceConfigTopologyMap

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Reusable target/topology preview for discovered scopes, route groups, and service inventories.

Inheritance

  • Element
  • TablerServiceConfigTopologyMap

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 TablerServiceConfigTopologyMap() #

Methods

AddNode 2 overloads
public TablerServiceConfigTopologyMap AddNode(String label, String value, Nullable<TablerIconType> icon = null, TablerColor color = Blue) #
Returns: TablerServiceConfigTopologyMap

Adds a topology node.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 2
color HtmlForgeX.TablerColor = Blue optionalposition: 3
public TablerServiceConfigTopologyMap AddNode(String key, String label, String value, Nullable<TablerIconType> icon = null, TablerColor color = Blue) #
Returns: TablerServiceConfigTopologyMap

Adds a topology node with a stable data key.

Parameters

key System.String requiredposition: 0
label System.String requiredposition: 1
value System.String requiredposition: 2
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 3
color HtmlForgeX.TablerColor = Blue optionalposition: 4
RegisterLibraries() #
public TablerServiceConfigTopologyMap Settings(Action<TablerServiceConfigTopologyMapSettings> configure) #
Returns: TablerServiceConfigTopologyMap

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerServiceConfigTopologyMapSettings} requiredposition: 0
public TablerServiceConfigTopologyMap Summary(String summary) #
Returns: TablerServiceConfigTopologyMap

Sets the summary rendered below topology nodes.

Parameters

summary System.String requiredposition: 0
public TablerServiceConfigTopologyMap Title(String title, String subtitle = null) #
Returns: TablerServiceConfigTopologyMap

Sets the topology title and optional subtitle.

Parameters

title System.String requiredposition: 0
subtitle System.String = null optionalposition: 1
public override String ToString() #
Returns: String