Documentation ¶
Index ¶
- type Model
- func (m Model) Height() int
- func (m Model) Init() tea.Cmd
- func (m Model) Reset() Model
- func (m Model) Resize(width, height int) component.Model
- func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m Model) UpdateName(msg message.SelectedBoard) Model
- func (m Model) View() string
- func (m Model) Width() int
- type Styles
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct { Styles *Styles // contains filtered or unexported fields }
func (Model) UpdateName ¶
func (m Model) UpdateName(msg message.SelectedBoard) Model
Click to show internal directories.
Click to hide internal directories.