Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
EnumCell
Function · 0.85
TextCell
Function · 0.85
onChange
Function · 0.85
BooleanCell
Function · 0.85
TextAreaCell
Function · 0.85
DateTimeCell
Function · 0.85
OneOfEnumCell
Function · 0.85
NumberCell
Function · 0.85
DateCell
Function · 0.85
TimeCell
Function · 0.85
IntegerCell
Function · 0.85
SliderCell
Function · 0.85
Calls
2
update
Function · 0.90
dispatch
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…