Packages

c

ackcord.data

SelectMenu

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SelectMenu
  2. Serializable
  3. Product
  4. Equals
  5. ActionRowContent
  6. Component
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SelectMenu(options: Seq[SelectOption], placeholder: Option[String] = None, customId: String = UUID.randomUUID().toString, minValues: Int = 1, maxValues: Int = 1, disabled: Boolean = false)

Value Members

  1. val customId: String
  2. val disabled: Boolean
  3. val maxValues: Int
  4. val minValues: Int
  5. val options: Seq[SelectOption]
  6. val placeholder: Option[String]
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. def tpe: ComponentType
    Definition Classes
    SelectMenuComponent