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

Function ctxToDispatchCellProps

packages/react/src/JsonFormsContext.tsx:467–472  ·  view source on GitHub ↗
(
  ctx: JsonFormsStateContext,
  ownProps: OwnPropsOfCell
)

Source from the content-addressed store, hash-verified

465};
466
467export const ctxToDispatchCellProps = (
468 ctx: JsonFormsStateContext,
469 ownProps: OwnPropsOfCell
470) => {
471 return mapStateToDispatchCellProps({ jsonforms: { ...ctx } }, ownProps);
472};
473
474export const ctxDispatchToMultiEnumProps = (
475 dispatch: Dispatch<CoreActions>

Callers 1

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…