Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SelectModel ¶
type SelectModel struct {
// contains filtered or unexported fields
}
func NewSelectModel ¶
func NewSelectModel(options []string) SelectModel
func (SelectModel) Init ¶
func (m SelectModel) Init() tea.Cmd
func (SelectModel) IsSubmitted ¶
func (m SelectModel) IsSubmitted() bool
func (SelectModel) Value ¶
func (m SelectModel) Value() string
func (SelectModel) View ¶
func (m SelectModel) View() string
type StringModel ¶
type StringModel struct {
// contains filtered or unexported fields
}
func NewStringModel ¶
func NewStringModel() StringModel
func (StringModel) Init ¶
func (m StringModel) Init() tea.Cmd
func (StringModel) IsSubmitted ¶
func (m StringModel) IsSubmitted() bool
func (StringModel) Name ¶
func (m StringModel) Name() string
func (StringModel) Validate ¶
func (m StringModel) Validate() error
func (StringModel) Value ¶
func (m StringModel) Value() string
func (StringModel) View ¶
func (m StringModel) View() string
Click to show internal directories.
Click to hide internal directories.