Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputModel ¶
type InputModel struct {
// contains filtered or unexported fields
}
func NewInputModel ¶
func NewInputModel(opts ...TOption) (im *InputModel)
func (*InputModel) Focus ¶
func (that *InputModel) Focus()
func (*InputModel) Init ¶
func (that *InputModel) Init() tea.Cmd
func (*InputModel) Value ¶
func (that *InputModel) Value() string
func (*InputModel) View ¶
func (that *InputModel) View() string
type TOption ¶
type TOption func(ipm *InputModel)
func WithCharlimit ¶
func WithEchoChar ¶
func WithEchoMode ¶
func WithPlaceholder ¶
Click to show internal directories.
Click to hide internal directories.