Documentation
¶
Index ¶
- type Model
- func (m Model) Done() bool
- func (m Model) GetFirstDayOfWeek() time.Weekday
- func (m Model) GetJustify() string
- func (m Model) GetShowComments() bool
- func (m Model) GetShowWeekNumbers() bool
- func (m Model) GetShowWeekends() bool
- func (m Model) GetUseShortDayNames() bool
- func (m Model) Init() tea.Cmd
- func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m Model) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model represents the state of the layout options form
func (Model) GetFirstDayOfWeek ¶
GetFirstDayOfWeek returns the selected first day of week
func (Model) GetJustify ¶
GetJustify returns the selected justification
func (Model) GetShowComments ¶
GetShowComments returns whether to show comments
func (Model) GetShowWeekNumbers ¶
GetShowWeekNumbers returns whether to show week numbers
func (Model) GetShowWeekends ¶
GetShowWeekends returns whether to show weekends
func (Model) GetUseShortDayNames ¶
GetUseShortDayNames returns whether to use short day names
Click to show internal directories.
Click to hide internal directories.