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

Function ctxToLabelProps

packages/react/src/JsonFormsContext.tsx:481–486  ·  view source on GitHub ↗
(
  ctx: JsonFormsStateContext,
  ownProps: OwnPropsOfLabel
)

Source from the content-addressed store, hash-verified

479});
480
481export const ctxToLabelProps = (
482 ctx: JsonFormsStateContext,
483 ownProps: OwnPropsOfLabel
484) => {
485 return mapStateToLabelProps({ jsonforms: { ...ctx } }, ownProps);
486};
487
488// --
489

Callers 1

withContextToLabelPropsFunction · 0.85

Calls 1

mapStateToLabelPropsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…