AlertVariant

enum AlertVariant : Enum<AlertComponent.AlertVariant>

Entries

SOLID
Link copied to clipboard
js
SUBTLE
Link copied to clipboard
js
LEFT_ACCENT
Link copied to clipboard
js
TOP_ACCENT
Link copied to clipboard
js
DISCREET
Link copied to clipboard
js

Functions

compareTo
Link copied to clipboard
js
operator override fun compareTo(other: AlertComponent.AlertVariant): Int
equals
Link copied to clipboard
js
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
override fun hashCode(): Int
toString
Link copied to clipboard
js
open override fun toString(): String

Properties

name
Link copied to clipboard
js
val name: String
ordinal
Link copied to clipboard
js
val ordinal: Int