ComponentType enum
- Inheritance
- Implemented types
- Available extensions
Values
- actionRow → const ComponentType
-
const ComponentType(1) -
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) - section → const ComponentType
-
const ComponentType(9) - textDisplay → const ComponentType
-
const ComponentType(10) - thumbnail → const ComponentType
-
const ComponentType(11) - mediaGallery → const ComponentType
-
const ComponentType(12) - file → const ComponentType
-
const ComponentType(13) - separator → const ComponentType
-
const ComponentType(14) - container → const ComponentType
-
const ComponentType(17) - label → const ComponentType
-
const ComponentType(18)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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.