MCPcopy Create free account
hub / github.com/eclipsesource/jsonforms / getCells

Function getCells

packages/core/src/store/jsonFormsCore.ts:61–63  ·  view source on GitHub ↗
(
  state: JsonFormsState
)

Source from the content-addressed store, hash-verified

59 state: JsonFormsState
60): JsonFormsRendererRegistryEntry[] => get(state, 'jsonforms.renderers');
61export const getCells = (
62 state: JsonFormsState
63): JsonFormsCellRendererRegistryEntry[] => get(state, 'jsonforms.cells');
64export const getUISchemas = (
65 state: JsonFormsState
66): JsonFormsUISchemaRegistryEntry[] => get(state, 'jsonforms.uischemas');

Callers 3

mapStateToLayoutPropsFunction · 0.90
mapStateToLabelPropsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…