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

Method getVisibleFields

src/Form.js:47–49  ·  view source on GitHub ↗

* Returns currently visible fields. * @return {Field[]} Array of visible field instances

()

Source from the content-addressed store, hash-verified

45 * @return {Field[]} Array of visible field instances
46 */
47 getVisibleFields () {
48 return this._fields.filter(field => field.isVisible())
49 }
50
51 /**
52 * Adds multiple fields to the form.

Callers 3

getFieldValuesMethod · 0.95
serializeValuesMethod · 0.95
Form.jsFile · 0.80

Calls 1

isVisibleMethod · 0.45

Tested by

no test coverage detected