Module text_editor

Module text_editor 

Source
Expand description

A multi-line text editor component.

§Usage

Use for text input fields, forms, or any place that requires editable text.

Structs§

TextEditorArgs
Arguments for configuring the text_editor component.
TextEditorArgsBuilder
Builder for TextEditorArgs.
TextEditorState
State structure for the text editor, managing text content, cursor, selection, and editing logic. Thin handle wrapping an internal Arc<RwLock<TextEditorState>> and exposing read()/write().
TextEditorStateInner
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§

TextEditorArgsBuilderError
Error type for TextEditorArgsBuilder

Functions§

text_editor
text_editor