Skip to main content

InputState

Type Alias InputState 

Source
pub type InputState = InputBaseState<InputMode>;
Expand description

State for a single-line text input.

This is the shared editing engine in its single-line kind. Multi-line layout, auto-grow, and code-editor configuration do not exist on this type — those methods live on super::TextareaState and super::EditorState.

Aliased Type§

pub struct InputState { /* private fields */ }

Trait Implementations§