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

Method isVisible

src/Field.js:79–81  ·  view source on GitHub ↗

* Returns wether the field is visible. * @return {boolean} True, if visible

()

Source from the content-addressed store, hash-verified

77 * @return {boolean} True, if visible
78 */
79 isVisible () {
80 return this._visible
81 }
82
83 /**
84 * Sets wether the field is visible.

Callers 7

Field.jsFile · 0.45
Form.jsFile · 0.45
getVisibleFieldsMethod · 0.45
addFieldMethod · 0.45
randomizeMethod · 0.45
fieldNeedsLayoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected