Documentation
¶
Index ¶
- Constants
- type Model
- func (m Model) Init() tea.Cmd
- func (m *Model) SetTabModels(models []tea.Model)
- func (m *Model) SetTabTitles(titles []string)
- func (m *Model) SetTitleStyle(titleStyle lipgloss.Style)
- func (m *Model) SetWidth(width uint)
- func (m *Model) TabModels() []tea.Model
- func (m *Model) TabTitles() []string
- func (m Model) Update(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) View() string
Constants ¶
View Source
const (
Height = 1
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
Width uint
Height uint
// TODO: add/move styles
TitleStyle lipgloss.Style
// contains filtered or unexported fields
}
func (*Model) SetTabModels ¶
func (*Model) SetTabTitles ¶
func (*Model) SetTitleStyle ¶
Click to show internal directories.
Click to hide internal directories.