Documentation
¶
Index ¶
- Constants
- type Model
- func (m *Model) ActivePane() Paner
- func (m *Model) AddPaneSet(name string, ps []Paner)
- func (m Model) GetPaneSets() map[string][]Paner
- func (m Model) Init() tea.Cmd
- func (m Model) RenderPanes() string
- func (m *Model) SelectPane(title string)
- func (m *Model) SwapPaneSet(name string)
- func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m Model) View() string
- type Noop
- type Paner
- type Radio
- type Styles
- type Toggle
- type Type
Constants ¶
View Source
const ( TypeUnset = iota TypeNoop TypeRadio TypeToggle )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
func (*Model) ActivePane ¶
func (*Model) AddPaneSet ¶
func (Model) GetPaneSets ¶
func (Model) RenderPanes ¶
func (*Model) SelectPane ¶
func (*Model) SwapPaneSet ¶
type Radio ¶
Click to show internal directories.
Click to hide internal directories.