Module types

Module types 

Source
Expand description

Core types for the textinput component.

Structs§

PasteErrMsg
Clipboard paste error message.
PasteMsg
Internal messages for clipboard operations. Matches Go’s pasteMsg and pasteErrMsg types. Clipboard paste message carrying raw text.

Enums§

EchoMode
EchoMode sets the input behavior of the text input field. Matches Go’s EchoMode enum exactly.

Type Aliases§

ValidateFunc
ValidateFunc is a function that returns an error if the input is invalid. Add Send to satisfy bubbletea-rs Model:Send bound transitively.