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

Function handleChange

packages/core/src/mappers/renderer.ts:690–692  ·  view source on GitHub ↗
(path, value)

Source from the content-addressed store, hash-verified

688 dispatch: Dispatch<AnyAction>
689): DispatchPropsOfControl => ({
690 handleChange(path, value) {
691 dispatch(update(path, () => value));
692 },
693});
694
695/**

Callers 15

EnumCellFunction · 0.85
TextCellFunction · 0.85
onChangeFunction · 0.85
BooleanCellFunction · 0.85
TextAreaCellFunction · 0.85
DateTimeCellFunction · 0.85
OneOfEnumCellFunction · 0.85
NumberCellFunction · 0.85
DateCellFunction · 0.85
TimeCellFunction · 0.85
IntegerCellFunction · 0.85
SliderCellFunction · 0.85

Calls 2

updateFunction · 0.90
dispatchFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…