Packages

sealed trait Button extends ActionRowContent

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Button
  2. ActionRowContent
  3. Component
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def customId: Option[String]
  2. abstract def disabled: Option[Boolean]
  3. abstract def emoji: Option[PartialEmoji]
  4. abstract def label: Option[String]
  5. abstract def style: ButtonStyle
  6. abstract def url: Option[String]
  7. abstract def withDisabled(disabled: Boolean): Button
  8. abstract def withEmoji(emoji: PartialEmoji): Button
  9. abstract def withLabel(label: String): Button

Concrete Value Members

  1. def tpe: ComponentType
    Definition Classes
    ButtonComponent