Struct zaplib_components::TextInputOptions
source · [−]pub struct TextInputOptions {
pub multiline: bool,
pub read_only: bool,
pub empty_message: String,
}
Fields
multiline: bool
read_only: bool
empty_message: String
Trait Implementations
Returns the “default value” for a type. Read more