HtmlForgeX

API Reference

Enum

TablerStepState

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

Represents the different states a step can have

Inheritance

  • Enum
  • TablerStepState

Usage

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

Accepted by parameters

Values

public const TablerStepState Pending #

Step is pending/future - not yet reached

Value: 0
public const TablerStepState Active #

Step is currently active

Value: 1
public const TablerStepState Completed #

Step has been completed

Value: 2