MCPcopy Index your code
hub / github.com/plotly/dash / getTypedState

Function getTypedState

components/dash-table/demo/AppMode.ts:251–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249}
250
251function getTypedState() {
252 const state = getDefaultState();
253
254 (state.tableProps.columns || []).forEach(column => {
255 column.on_change = {
256 action: ChangeAction.Coerce,
257 failure: ChangeFailure.Reject
258 };
259 });
260
261 return state;
262}
263
264function getSingleHeaderState() {
265 const state = getDefaultState();

Callers 2

getDateStateFunction · 0.85
getModeStateFunction · 0.85

Calls 1

getDefaultStateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…