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

Method selected_style_updated

js/src/GridHeatMap.ts:339–347  ·  view source on GitHub ↗
(model, style)

Source from the content-addressed store, hash-verified

337 }
338
339 selected_style_updated(model, style) {
340 this.selected_style = style;
341 this.clear_style(
342 model.previous('selected_style'),
343 this.selected_indices,
344 this.selectedElements
345 );
346 this.style_updated(style, this.selected_indices, this.selectedElements);
347 }
348
349 unselected_style_updated(model, style) {
350 this.unselected_style = style;

Callers

nothing calls this directly

Calls 2

clear_styleMethod · 0.95
style_updatedMethod · 0.95

Tested by

no test coverage detected