PlainTextInput

case class PlainTextInput(action_id: String, placeholder: Option[PlainTextObject], initial_value: Option[String], multiline: Option[Boolean], min_length: Option[Int], max_length: Option[Int], dispatch_action_config: Option[DispatchActionConfig]) extends BlockElement with InputBlockElement
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

override val `type`: String