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