Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Commander ¶
type Commander struct {
// contains filtered or unexported fields
}
func (*Commander) EqualOutput ¶
type Component ¶
type Dropdown ¶
type Dropdown struct { *v1beta1.Component_Dropdown Query engine.DOMQuery OptionValueTemps []*engine.TemplateRenderer MapperOptionValueTemp *engine.TemplateRenderer MapperOptionTextTemp *engine.TemplateRenderer OptionMergeIfTemps []*engine.TemplateRenderer FromListSelectorTemp *engine.TemplateRenderer }
func NewDropdown ¶
func NewDropdown(d *v1beta1.Component_Dropdown) (*Dropdown, error)
func (*Dropdown) GetQueries ¶
type DropdownModel ¶
type DropdownModel struct { Props *Props List list.Model Comp *v1beta1.Component_Dropdown }
func (*DropdownModel) GetId ¶
func (d *DropdownModel) GetId() string
func (*DropdownModel) Init ¶
func (d *DropdownModel) Init() tea.Cmd
func (*DropdownModel) View ¶
func (d *DropdownModel) View() string
type Input ¶
type Input struct {
*v1beta1.Component_Input
}
type InputModel ¶
type InputModel struct { Props *Props Text textinput.Model Comp *v1beta1.Component_Input }
func (*InputModel) GetId ¶
func (i *InputModel) GetId() string
func (*InputModel) Init ¶
func (i *InputModel) Init() tea.Cmd
func (*InputModel) View ¶
func (i *InputModel) View() string
type OnSubmitMsg ¶
type TestApp ¶
type TestSuite ¶
func (*TestSuite) EqualDropdownItems ¶
Click to show internal directories.
Click to hide internal directories.