ComponentType enum

Inheritance
Implemented types
Available extensions

Values

actionRow → const ComponentType
const ComponentType(1)
button → const ComponentType
const ComponentType(2)
textSelectMenu → const ComponentType
const ComponentType(3)
textInput → const ComponentType
const ComponentType(4)
userSelectMenu → const ComponentType
const ComponentType(5)
roleSelectMenu → const ComponentType
const ComponentType(6)
mentionableSelectMenu → const ComponentType
const ComponentType(7)
channelSelectMenu → const ComponentType
const ComponentType(8)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

selectMenus → const List<ComponentType>
values → const List<ComponentType>
A constant List of the values in this enum, in order of their declaration.