Documentation ¶ Index ¶ type Model func New() *Model func (m *Model) Init() tea.Cmd func (m *Model) IsEditing() bool func (m *Model) IsFocused() bool func (m *Model) StackedActionOwner() string func (m *Model) Update(msg tea.Msg) tea.Cmd func (m *Model) ViewRect(dl *render.DisplayContext, box layout.Box) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Model ¶ type Model struct { // contains filtered or unexported fields } func New ¶ func New() *Model func (*Model) Init ¶ func (m *Model) Init() tea.Cmd func (*Model) IsEditing ¶ func (m *Model) IsEditing() bool func (*Model) IsFocused ¶ func (m *Model) IsFocused() bool func (*Model) StackedActionOwner ¶ func (m *Model) StackedActionOwner() string func (*Model) Update ¶ func (m *Model) Update(msg tea.Msg) tea.Cmd func (*Model) ViewRect ¶ func (m *Model) ViewRect(dl *render.DisplayContext, box layout.Box) Source Files ¶ View all Source files help.go Click to show internal directories. Click to hide internal directories.