Documentation ¶ Index ¶ type Settings func New(s domain.Settings, top int) *Settings func (s *Settings) Hints() [][2]string func (s *Settings) Result() (domain.Settings, bool, error) func (s *Settings) TabBar(width int) string func (s *Settings) Update(msg tea.Msg) (closed bool, cmd tea.Cmd) func (s *Settings) View(width, height int) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Settings ¶ type Settings struct { // contains filtered or unexported fields } func New ¶ func New(s domain.Settings, top int) *Settings func (*Settings) Hints ¶ func (s *Settings) Hints() [][2]string func (*Settings) Result ¶ func (s *Settings) Result() (domain.Settings, bool, error) func (*Settings) TabBar ¶ added in v1.3.1 func (s *Settings) TabBar(width int) string func (*Settings) Update ¶ func (s *Settings) Update(msg tea.Msg) (closed bool, cmd tea.Cmd) func (*Settings) View ¶ func (s *Settings) View(width, height int) string Source Files ¶ View all Source files form.gosettings.go Click to show internal directories. Click to hide internal directories.