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