HtmlForgeX

API Reference

Enum

TablerServiceConfigFieldType

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Editable field kinds supported by TablerServiceConfigForm.

Inheritance

  • Enum
  • TablerServiceConfigFieldType

Usage

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

Values

public const TablerServiceConfigFieldType Text #

Single-line text.

Value: 0
public const TablerServiceConfigFieldType Number #

Numeric text input.

Value: 1
public const TablerServiceConfigFieldType Toggle #

Boolean checkbox rendered as a switch.

Value: 2
public const TablerServiceConfigFieldType Select #

Select/dropdown.

Value: 3
public const TablerServiceConfigFieldType ComboBox #

Combobox text input with predefined suggestions.

Value: 4
public const TablerServiceConfigFieldType MultiSelect #

Multi-select dropdown for bounded array values.

Value: 5
public const TablerServiceConfigFieldType TextArea #

Multi-line text area.

Value: 6
public const TablerServiceConfigFieldType Secret #

Secret reference input.

Value: 7