package
Version:
v1.30.0
Opens a new window with list of versions in this module.
Published: Mar 9, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CollapsedViewer interface {
CollapsedView() string
}
CollapsedViewer is implemented by components that provide a simplified view
for use in collapsed reasoning blocks.
Focusable represents components that can receive focus
Help represents components that provide help information
Model is the base interface for all TUI models
type Positionable interface {
SetPosition(x, y int) tea.Cmd
}
type Sizeable interface {
SetSize(width, height int) tea.Cmd
}
Sizeable represents components that can be resized
Source Files
¶
Click to show internal directories.
Click to hide internal directories.