pub type TextareaState = InputBaseState<TextareaMode>;Expand description
State for editing ordinary multi-line text.
This is the shared editing engine in its multi-line kind. Code-editor
facilities such as languages, diagnostics, folding, and LSP do not exist on
this type — those methods live on super::EditorState.
Aliased Type§
pub struct TextareaState { /* private fields */ }