View Source Nostrum.Struct.Component.TextInput (Nostrum v0.6.0)
Text Input.
Link to this section Summary
Functions
Create a text input component.
Link to this section Types
Specs
opt() ::
{:style, Nostrum.Struct.Component.style()}
| {:min_length, Nostrum.Struct.Component.min_length()}
| {:max_length, Nostrum.Struct.Component.max_length()}
| {:value, Nostrum.Struct.Component.value()}
| {:placeholder, Nostrum.Struct.Component.placeholder()}
| {:required, Nostrum.Struct.Component.required()}
| {:value, Nostrum.Struct.Component.value()}
Specs
opts() :: [opt()]
Specs
t() :: %Nostrum.Struct.Component{
components: term(),
custom_id: Nostrum.Struct.Component.custom_id(),
disabled: term(),
emoji: term(),
label: Nostrum.Struct.Component.label(),
max_length: Nostrum.Struct.Component.max_length(),
max_values: term(),
min_length: Nostrum.Struct.Component.min_length(),
min_values: term(),
options: term(),
placeholder: Nostrum.Struct.Component.placeholder(),
required: term(),
style: Nostrum.Struct.Component.style(),
type: Nostrum.Struct.Component.type(),
url: term(),
value: Nostrum.Struct.Component.value()
}
Link to this section Functions
Create a text input component.