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

Function getDefaultMixedMarkdownState

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

Source from the content-addressed store, hash-verified

143}
144
145function getDefaultMixedMarkdownState() {
146 const state = getDefaultState(generateMixedMarkdownMockData);
147 state.tableProps.editable = false;
148 state.tableProps.style_cell = {};
149 state.tableProps.style_cell_conditional = [];
150 return state;
151}
152
153function getReadonlyState() {
154 const state = getDefaultState();

Callers 1

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…