MCPcopy
hub / github.com/react-component/form / constructor

Method constructor

src/createFieldsStore.js:23–26  ·  view source on GitHub ↗
(fields)

Source from the content-addressed store, hash-verified

21
22class FieldsStore {
23 constructor(fields) {
24 this.fields = internalFlattenFields(fields);
25 this.fieldsMeta = {};
26 }
27
28 updateFields(fields) {
29 this.fields = internalFlattenFields(fields);

Callers

nothing calls this directly

Calls 1

internalFlattenFieldsFunction · 0.85

Tested by

no test coverage detected