Versions in this module Expand all Collapse all v1 v1.20.1 Oct 30, 2022 v1.20.0 Oct 30, 2022 Changes in this version + type Dialog struct + func Default(id string) Dialog + func (dialog *Dialog) Close() + func (dialog *Dialog) ID() string + func (dialog *Dialog) Init() tea.Cmd + func (dialog *Dialog) IsButtonClicked(id string, msg tea.MouseMsg) bool + func (dialog *Dialog) IsOpen() bool + func (dialog *Dialog) Open() + func (dialog *Dialog) SetModel(model tea.Model) + func (dialog *Dialog) SetTitle(title string) + func (dialog *Dialog) SetView(view string) + type DialogButton struct + type Model struct + func New() Model + func (model *Model) Dialog() *Dialog + func (model *Model) SetDialog(dialog *Dialog) + func (model *Model) Update(msg tea.Msg) (Model, tea.Cmd) + func (model *Model) View() string