Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnResponseFunc ¶
type Response ¶
type Response struct {
SelectedView bubbleviews.View
// 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 {
// contains filtered or unexported fields
}
func New ¶
func New(views ...bubbleviews.View) *View
func (*View) OnResponse ¶
func (m *View) OnResponse() OnResponseFunc
func (*View) SetOnResponse ¶
func (m *View) SetOnResponse(fn OnResponseFunc)
Click to show internal directories.
Click to hide internal directories.