Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model interface {
layout.Model
layout.Sizeable
layout.Heightable
// Message returns the underlying message
Message() *types.Message
// SetRenderer sets the markdown renderer
SetRenderer(renderer *glamour.TermRenderer)
// Focus sets focus on the tool for handling input
Focus() tea.Cmd
// Blur removes focus from the tool
Blur()
}
Model represents a view that can render a message
Click to show internal directories.
Click to hide internal directories.