case class SelectMenu(options: Seq[SelectOption], placeholder: Option[String] = None, customId: String = UUID.randomUUID().toString, minValues: Int = 1, maxValues: Int = 1, disabled: Boolean = false) extends ActionRowContent with Product with Serializable
- Source
- components.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SelectMenu
- Serializable
- Product
- Equals
- ActionRowContent
- Component
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected