Documentation ¶ Index ¶ Variables type Model func New() Model func ToModel(m tea.Model, c tea.Cmd) (Model, tea.Cmd) func (m *Model) Blur() func (m *Model) Focus() func (m Model) Focused() bool func (m Model) Init() tea.Cmd func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m Model) View() string type Styles Constants ¶ This section is empty. Variables ¶ View Source var Content string Functions ¶ This section is empty. Types ¶ type Model ¶ type Model struct { // contains filtered or unexported fields } func New ¶ func New() Model func ToModel ¶ added in v0.4.0 func ToModel(m tea.Model, c tea.Cmd) (Model, tea.Cmd) func (*Model) Blur ¶ func (m *Model) Blur() func (*Model) Focus ¶ func (m *Model) Focus() func (Model) Focused ¶ func (m Model) Focused() bool func (Model) Init ¶ func (m Model) Init() tea.Cmd func (Model) Update ¶ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Model) View ¶ func (m Model) View() string type Styles ¶ added in v0.3.0 type Styles struct { // contains filtered or unexported fields } Source Files ¶ View all Source files help.gostyle.go Click to show internal directories. Click to hide internal directories.