Documentation ¶ Index ¶ type Inverted type Item type Paragraph func New(paragraph *squad.Paragraph, title string, dataset teax.Dataset, ...) Paragraph func (m Paragraph) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m Paragraph) View() string type UIDGenerated Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Inverted ¶ type Inverted struct{} type Item ¶ type Item = squad.QA type Paragraph ¶ type Paragraph struct { teax.Model[Item] // contains filtered or unexported fields } func New ¶ func New( paragraph *squad.Paragraph, title string, dataset teax.Dataset, parent func() tea.Model, ) Paragraph func (Paragraph) Update ¶ func (m Paragraph) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Paragraph) View ¶ func (m Paragraph) View() string type UIDGenerated ¶ added in v0.3.0 type UIDGenerated struct{} Source Files ¶ View all Source files paragraph.go Click to show internal directories. Click to hide internal directories.