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

Method resetSelection

js/src/GridHeatMap.ts:407–416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

405 }
406
407 private resetSelection() {
408 this.model.set('selected', null);
409 this.touch();
410 this.selected_indices = null;
411 this.clear_style(this.selected_style);
412 this.clear_style(this.unselected_style);
413 this.clear_style(this.anchorStyle);
414
415 this.set_default_style([], this.displayCells);
416 }
417
418 relayout() {
419 this.set_ranges();

Callers

nothing calls this directly

Calls 2

clear_styleMethod · 0.95
set_default_styleMethod · 0.95

Tested by

no test coverage detected