MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / defaultUIRender

Function defaultUIRender

packages/xadmin-form/src/builder.js:16–18  ·  view source on GitHub ↗
(fields, option)

Source from the content-addressed store, hash-verified

14}
15
16const defaultUIRender = (fields, option) => {
17 return fields.map(field => fieldBuilder(field, option))
18}
19
20const objectBuilder = (fields, render, option) => {
21 const fields_defined = app.get('form_fields')

Callers

nothing calls this directly

Calls 2

fieldBuilderFunction · 0.85
mapMethod · 0.80

Tested by

no test coverage detected