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

Method setVisible

src/Field.js:88–94  ·  view source on GitHub ↗

* Sets wether the field is visible. * @param {boolean} visible Field visibility * @return {Field} Fluent interface

(visible)

Source from the content-addressed store, hash-verified

86 * @return {Field} Fluent interface
87 */
88 setVisible (visible) {
89 this._visible = visible
90 if (this._delegate && this._delegate.fieldNeedsLayout) {
91 this._delegate.fieldNeedsLayout(this)
92 }
93 return this
94 }
95
96 /**
97 * Returns the field priority that determines the field order.

Callers 1

Field.jsFile · 0.45

Calls 1

fieldNeedsLayoutMethod · 0.80

Tested by

no test coverage detected