Documentation
¶
Index ¶
- type Model
- func (m *Model) ActivePane() setting.Paner
- func (m *Model) AddPaneSet(name string, ps []setting.Paner)
- func (m *Model) Blur()
- func (m *Model) Category() string
- func (m *Model) Focus()
- func (m Model) GetPaneSets() map[string][]setting.Paner
- func (m Model) Init() tea.Cmd
- func (m *Model) SectionIndex(c int, s int)
- func (m *Model) SelectPane(title string)
- func (m *Model) SetHelp(content string)
- func (m *Model) SetSettings(set []section.Setting)
- func (m *Model) Setting() string
- func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m Model) View() string
- type Panel
- type Styles
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
SectionWidth int
SettingWidth int
HelpWidth int
ThemeWidth int
SectionHeight int
SettingHeight int
HelpHeight int
ThemeHeight int
Panel Panel
// contains filtered or unexported fields
}
func (*Model) ActivePane ¶
func (*Model) SectionIndex ¶
func (*Model) SelectPane ¶
func (*Model) SetSettings ¶
Click to show internal directories.
Click to hide internal directories.