HtmlForgeX

API Reference

Class

TablerServiceConfigEventLog

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Compact event log for host adapters, safe-apply flows, and live service actions.

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

public TablerServiceConfigEventLog() #

Methods

public TablerServiceConfigEventLog AddItem(String text) #
Returns: TablerServiceConfigEventLog

Adds an initial event entry.

Parameters

text System.String requiredposition: 0
public TablerServiceConfigEventLog EmptyText(String text) #
Returns: TablerServiceConfigEventLog

Sets the placeholder shown before live entries are added.

Parameters

text System.String requiredposition: 0
public TablerServiceConfigEventLog MaxItems(Int32 count) #
Returns: TablerServiceConfigEventLog

Limits the number of live entries retained by host scripts.

Parameters

count System.Int32 requiredposition: 0
RegisterLibraries() #
public TablerServiceConfigEventLog Settings(Action<TablerServiceConfigEventLogSettings> configure) #
Returns: TablerServiceConfigEventLog

Groups advanced visual options under a smaller fluent surface.

Parameters

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

Sets the visible event log title.

Parameters

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