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

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 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