HtmlForgeX

API Reference

Class

TablerServiceConfigProbeItemSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Item-level state settings for TablerServiceConfigProbeCatalog probe cards.

Inheritance

  • Object
  • TablerServiceConfigProbeItemSettings

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public TablerServiceConfigProbeItemSettings Active(Boolean enable = true) #
Returns: TablerServiceConfigProbeItemSettings

Marks the probe as the currently selected/inspected probe.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerServiceConfigProbeItemSettings Disabled(Boolean enable = true) #
Returns: TablerServiceConfigProbeItemSettings

Marks the probe as disabled and unavailable for selection.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerServiceConfigProbeItemSettings State(TablerServiceConfigProbeState state) #
Returns: TablerServiceConfigProbeItemSettings

Sets the semantic state used by CSS and automation hooks.

Parameters

state HtmlForgeX.TablerServiceConfigProbeState requiredposition: 0