Expand description
A multi-line text editor component.
§Usage
Use for text input fields, forms, or any place that requires editable text.
Structs§
- Text
Editor Args - Arguments for configuring the
text_editorcomponent. - Text
Editor Args Builder - Builder for
TextEditorArgs. - Text
Editor State - State structure for the text editor, managing text content, cursor, selection, and editing logic.
Thin handle wrapping an internal
Arc<RwLock<TextEditorState>>and exposingread()/write(). - Text
Editor State Inner - State structure for the text editor, managing text content, cursor, selection, and editing logic. Core text editing state, shared between components Core state for text editing, including content, selection, cursor, and interaction state.
Enums§
- Text
Editor Args Builder Error - Error type for TextEditorArgsBuilder
Functions§
- text_
editor - text_editor