Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnResponseFunc ¶ added in v0.1.2
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
func (*Response) OnResponse ¶
func (r *Response) OnResponse(msg bubbleviews.ResponseMessage) tea.Cmd
func (*Response) View ¶
func (r *Response) View() bubbleviews.View
type View ¶
type View struct { Viewport viewport.Model ext.PrefixExt ext.SuffixExt // contains filtered or unexported fields }
func (*View) OnResponse ¶
func (m *View) OnResponse() OnResponseFunc
func (*View) SetMessage ¶
func (*View) SetOnResponse ¶ added in v0.1.2
func (m *View) SetOnResponse(fn OnResponseFunc)
Click to show internal directories.
Click to hide internal directories.