Documentation
¶
Index ¶
- type Bubble
- func (b Bubble) GetInputValue() string
- func (Bubble) Init() tea.Cmd
- func (b *Bubble) RotateHistory()
- func (b *Bubble) SetBorderColor(color lipgloss.TerminalColor)
- func (b *Bubble) SetQuery(query string)
- func (b *Bubble) SetWidth(width int)
- func (b Bubble) Update(msg tea.Msg) (Bubble, tea.Cmd)
- func (b Bubble) View() string
- type Styles
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bubble ¶
type Bubble struct {
Styles Styles
// contains filtered or unexported fields
}
func (Bubble) GetInputValue ¶
func (*Bubble) RotateHistory ¶ added in v0.4.0
func (b *Bubble) RotateHistory()
func (*Bubble) SetBorderColor ¶
func (b *Bubble) SetBorderColor(color lipgloss.TerminalColor)
type Styles ¶
type Styles struct {
// contains filtered or unexported fields
}
func DefaultStyles ¶
func DefaultStyles() (s Styles)
Click to show internal directories.
Click to hide internal directories.