HtmlForgeX

API Reference

Enum

TablerNotificationType

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

Defines notification type options

Inheritance

  • Enum
  • TablerNotificationType

Values

public const TablerNotificationType Default #

Default notification type

Value: 0
public const TablerNotificationType Info #

Informational notification

Value: 1
public const TablerNotificationType Success #

Success notification

Value: 2
public const TablerNotificationType Warning #

Warning notification

Value: 3
public const TablerNotificationType Error #

Error notification

Value: 4