TextElement
slack.models.TextElement
case class TextElement(label: String, name: String, optional: Boolean, max_length: Option[Int], min_length: Option[Int], hint: Option[String], subtype: Option[String], placeholder: Option[String], value: Option[String], `type`: String) extends DialogElement
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DialogElementclass Objecttrait Matchableclass Any
Members list
In this article