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

Function ctxToLayoutProps

packages/react/src/JsonFormsContext.tsx:291–294  ·  view source on GitHub ↗
(
  ctx: JsonFormsStateContext,
  props: OwnPropsOfLayout
)

Source from the content-addressed store, hash-verified

289) => mapStateToArrayControlProps({ jsonforms: { ...ctx } }, props);
290
291export const ctxToLayoutProps = (
292 ctx: JsonFormsStateContext,
293 props: OwnPropsOfLayout
294): LayoutProps => mapStateToLayoutProps({ jsonforms: { ...ctx } }, props);
295
296export const ctxToControlProps = (
297 ctx: JsonFormsStateContext,

Callers 1

withContextToLayoutPropsFunction · 0.85

Calls 1

mapStateToLayoutPropsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…