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

Function getDefaultMarkdownState

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

Source from the content-addressed store, hash-verified

135}
136
137function getDefaultMarkdownState() {
138 const state = getDefaultState(generateMarkdownMockData);
139 state.tableProps.editable = false;
140 state.tableProps.style_cell = {};
141 state.tableProps.style_cell_conditional = [];
142 return state;
143}
144
145function getDefaultMixedMarkdownState() {
146 const state = getDefaultState(generateMixedMarkdownMockData);

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…