MCPcopy Index your code
hub / github.com/bqplot/bqplot / selected_style_updated

Function selected_style_updated

js/src/Mark.ts:264–268  ·  view source on GitHub ↗
(model, style)

Source from the content-addressed store, hash-verified

262
263 // Style related functions
264 selected_style_updated(model, style) {
265 this.selected_style = style;
266 this.clear_style(model.previous('selected_style'), this.selected_indices);
267 this.style_updated(style, this.selected_indices);
268 }
269
270 unselected_style_updated(model, style) {
271 this.unselected_style = style;

Callers

nothing calls this directly

Calls 2

clear_styleMethod · 0.45
style_updatedMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…