Documentation ¶
Index ¶
- func Init(models ...tea.Model) tea.Cmd
- func NewTextBox(text string, style, scrollStyle lipgloss.Style) tea.Model
- func PassMsg(msg tea.Msg, models ...Model) tea.Cmd
- func PassMsgs(sizes ...ModelWithMsg) tea.Cmd
- type BoxWithBorders
- type BoxedModel
- type Model
- type ModelWithMsg
- type Table
- type TextBox
- type UpdateLabelsMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PassMsgs ¶
func PassMsgs(sizes ...ModelWithMsg) tea.Cmd
Types ¶
type BoxWithBorders ¶
type BoxWithBorders struct {
// contains filtered or unexported fields
}
func NewBox ¶
func NewBox(model BoxedModel, theme configuration.Theme) BoxWithBorders
func (BoxWithBorders) Init ¶
func (model BoxWithBorders) Init() tea.Cmd
func (BoxWithBorders) View ¶
func (model BoxWithBorders) View() string
type BoxedModel ¶
type ModelWithMsg ¶
type ModelWithMsg struct { Model // contains filtered or unexported fields }
type UpdateLabelsMsg ¶
type UpdateLabelsMsg struct {
Labels []string
}
Click to show internal directories.
Click to hide internal directories.