MCPcopy Create free account
hub / github.com/bqplot/bqplot / unselected_style_updated

Method unselected_style_updated

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

Source from the content-addressed store, hash-verified

347 }
348
349 unselected_style_updated(model, style) {
350 this.unselected_style = style;
351 this.clear_style(
352 model.previous('unselected_style'),
353 [],
354 this.unselectedElements
355 );
356 this.style_updated(style, [], this.unselectedElements);
357 }
358
359 apply_styles() {
360 this.clear_style(this.selected_style);

Callers

nothing calls this directly

Calls 2

clear_styleMethod · 0.95
style_updatedMethod · 0.95

Tested by

no test coverage detected