Documentation ¶ Index ¶ func GoUp() tea.Msg type Model type TreeUp Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GoUp ¶ func GoUp() tea.Msg Types ¶ type Model ¶ type Model interface { SetWidth(width int) SetHeight(height int) View() string Init() tea.Cmd Update(msg tea.Msg) (Model, tea.Cmd) Reset() // Reset the view when going up in the component tree } type TreeUp ¶ type TreeUp struct { // contains filtered or unexported fields } Source Files ¶ View all Source files subview.go Click to show internal directories. Click to hide internal directories.