HtmlForgeX

API Reference

Class

TablerServiceConfigSectionExplorer

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Reusable runtime section explorer for compiled config and advanced service settings.

Inheritance

  • Element
  • TablerServiceConfigSectionExplorer

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

Methods

public TablerServiceConfigSectionExplorer AddDiffMetric(String label, String value, TablerColor color, TablerIconType icon) #
Returns: TablerServiceConfigSectionExplorer

Adds a compact diff metric to the selected section detail.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
color HtmlForgeX.TablerColor requiredposition: 2
icon HtmlForgeX.TablerIconType requiredposition: 3
public TablerServiceConfigSectionExplorer AddSection(String key, String settingsCount, TablerServiceConfigSectionOwnership ownership, TablerIconType icon = Code, Boolean active = false) #
Returns: TablerServiceConfigSectionExplorer

Adds a runtime section to the explorer list.

Parameters

key System.String requiredposition: 0
settingsCount System.String requiredposition: 1
ownership HtmlForgeX.TablerServiceConfigSectionOwnership requiredposition: 2
icon HtmlForgeX.TablerIconType = Code optionalposition: 3
active System.Boolean = false optionalposition: 4
public TablerServiceConfigSectionExplorer AddSetting(String key, String value, TablerServiceConfigSectionOwnership source) #
Returns: TablerServiceConfigSectionExplorer

Adds a key setting row to the selected section detail.

Parameters

key System.String requiredposition: 0
value System.String requiredposition: 1
source HtmlForgeX.TablerServiceConfigSectionOwnership requiredposition: 2
public TablerServiceConfigSectionExplorer Detail(String section, TablerServiceConfigSectionOwnership ownership, String description) #
Returns: TablerServiceConfigSectionExplorer

Sets the detail pane for the selected runtime section.

Parameters

section System.String requiredposition: 0
ownership HtmlForgeX.TablerServiceConfigSectionOwnership requiredposition: 1
description System.String requiredposition: 2
public TablerServiceConfigSectionExplorer JsonPreview(String json) #
Returns: TablerServiceConfigSectionExplorer

Sets the JSON preview shown for the selected runtime section.

Parameters

json System.String requiredposition: 0
RegisterLibraries() #
public TablerServiceConfigSectionExplorer Title(String title, String subtitle = null) #
Returns: TablerServiceConfigSectionExplorer

Sets the explorer title and optional subtitle.

Parameters

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