Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Editor ¶
type Editor interface {
layout.Model
layout.Sizeable
layout.Focusable
SetWorking(working bool) tea.Cmd
AcceptSuggestion() bool
// Value returns the current editor content
Value() string
// SetValue updates the editor content
SetValue(content string)
}
Editor represents an input editor component
Click to show internal directories.
Click to hide internal directories.