Documentation ¶
Index ¶
- Constants
- type Mode
- type ValueBox
- func (v *ValueBox) GetPrev() ssm.Parameter
- func (v *ValueBox) GetText() string
- func (v *ValueBox) InputCapture(event *tcell.EventKey) *tcell.EventKey
- func (v *ValueBox) SetMode(m Mode)
- func (v *ValueBox) SetParam(p ssm.Parameter)
- func (v *ValueBox) SetPrev(s ssm.Parameter)
- func (v *ValueBox) SetText(s string, b bool)
- func (v *ValueBox) WaitTopic()
- func (v *ValueBox) WorkflowCreateParam(dir string)
- func (v *ValueBox) WorkflowUpdateParam(param ssm.Parameter)
Constants ¶
View Source
const ( KeyInput = "KeyInput" KeyTextArea = "KeyTextArea" KeyList = "KeyList" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValueBox ¶
type ValueBox struct { *tview.Pages TextArea *tview.TextArea Input *tview.InputField ListView *tview.List // contains filtered or unexported fields }
func NewValueBox ¶
func (*ValueBox) InputCapture ¶
func (v *ValueBox) InputCapture(event *tcell.EventKey) *tcell.EventKey
func (*ValueBox) WorkflowCreateParam ¶ added in v0.2.0
func (*ValueBox) WorkflowUpdateParam ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.