MCPcopy Create free account
hub / github.com/cryptii/cryptii / hasFocus

Method hasFocus

src/View.js:304–306  ·  view source on GitHub ↗

* Returns true, if view or one of the subviews has focus. * @return {boolean}

()

Source from the content-addressed store, hash-verified

302 * @return {boolean}
303 */
304 hasFocus () {
305 return this._focus
306 }
307
308 /**
309 * Triggered when a subview receives focus.

Callers 2

subviewDidFocusMethod · 0.95
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected