Documentation ¶ Index ¶ type Model func New() *Model func (m *Model) Context() context.Context func (m *Model) FullHelp() [][]key.Binding func (m *Model) Init() tea.Cmd func (m *Model) ShortHelp() []key.Binding func (m *Model) StateSize() base.Size func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m *Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Model ¶ type Model struct { // contains filtered or unexported fields } func New ¶ func New() *Model func (*Model) Context ¶ func (m *Model) Context() context.Context func (*Model) FullHelp ¶ func (m *Model) FullHelp() [][]key.Binding func (*Model) Init ¶ func (m *Model) Init() tea.Cmd func (*Model) ShortHelp ¶ func (m *Model) ShortHelp() []key.Binding func (*Model) StateSize ¶ func (m *Model) StateSize() base.Size func (*Model) Update ¶ func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (*Model) View ¶ func (m *Model) View() string Source Files ¶ View all Source files init.go keymap.go model.go update.go view.go Click to show internal directories. Click to hide internal directories.