Focused returns the Focus state on the model.
()
| 267 | |
| 268 | // Focused returns the Focus state on the model. |
| 269 | func (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. |
no outgoing calls
no test coverage detected