Documentation
¶
Index ¶
- type Model
- func (m *Model) Confirm(title, message string) bool
- func (m *Model) Error(title, message string)
- func (m *Model) Info(ctx context.Context, title, footer, message string)
- func (m *Model) Init() tea.Cmd
- func (m *Model) Input(ctx context.Context, title, footer, message string) string
- func (m *Model) Password(title, message string) string
- func (m *Model) Run() error
- func (m *Model) Select(title, message string, options []string) string
- func (m *Model) SelectMultiple(title, message string, options []string) []string
- func (m *Model) SetData(data []app.AttributeList)
- func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m *Model) View() string
- func (m *Model) Warning(title, message string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.