Documentation ¶
Index ¶
- type Module
- func (m *Module) Cancel()
- func (m *Module) Content() string
- func (m *Module) Error() error
- func (m *Module) Footer() string
- func (m *Module) Header() string
- func (m *Module) Init(c *context.Context) tea.Cmd
- func (m *Module) MinContentHeight() int
- func (m *Module) Pipe() []modules.Piper
- func (m *Module) PostPipe() []modules.Piper
- func (m *Module) PrePipe() []modules.Piper
- func (m *Module) SetContentSize(width, height int)
- func (m *Module) SetFooterWidth(width int)
- func (m *Module) SetHeaderWidth(width int)
- func (m *Module) State() int
- func (m *Module) String() string
- func (m *Module) Update(msg tea.Msg) tea.Cmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
func (*Module) MinContentHeight ¶
func (*Module) SetContentSize ¶
func (*Module) SetFooterWidth ¶
func (*Module) SetHeaderWidth ¶
Click to show internal directories.
Click to hide internal directories.