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

Function ctxToArrayLayoutProps

packages/react/src/JsonFormsContext.tsx:281–284  ·  view source on GitHub ↗
(
  ctx: JsonFormsStateContext,
  props: OwnPropsOfControl
)

Source from the content-addressed store, hash-verified

279}
280
281export const ctxToArrayLayoutProps = (
282 ctx: JsonFormsStateContext,
283 props: OwnPropsOfControl
284) => mapStateToArrayLayoutProps({ jsonforms: { ...ctx } }, props);
285
286export const ctxToArrayControlProps = (
287 ctx: JsonFormsStateContext,

Callers 1

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…