MCPcopy
hub / github.com/mathaou/termdbms / Focused

Method Focused

tuiutil/textinput.go:269–271  ·  view source on GitHub ↗

Focused returns the Focus state on the model.

()

Source from the content-addressed store, hash-verified

267
268// Focused returns the Focus state on the model.
269func (m TextInputModel) Focused() bool {
270 return m.Focus
271}
272
273// FocusCommand sets the Focus state on the model. When the model is in Focus it can
274// receive keyboard input and the cursor will be hidden.

Callers 3

initFunction · 0.80
GetSelectedLineEditMethod · 0.80
HandleKeyboardEventsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected