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

Function ctxToControlProps

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

Source from the content-addressed store, hash-verified

294): LayoutProps => mapStateToLayoutProps({ jsonforms: { ...ctx } }, props);
295
296export const ctxToControlProps = (
297 ctx: JsonFormsStateContext,
298 props: OwnPropsOfControl
299) => mapStateToControlProps({ jsonforms: { ...ctx } }, props);
300
301export const ctxToEnumControlProps = (
302 ctx: JsonFormsStateContext,

Callers 1

Calls 1

mapStateToControlPropsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…