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

Method selected_style_updated

js/src/Boxplot.ts:223–226  ·  view source on GitHub ↗
(model, style)

Source from the content-addressed store, hash-verified

221 }
222
223 selected_style_updated(model, style) {
224 this.selected_style = style;
225 this.style_updated(style, this.selected_indices);
226 }
227
228 unselected_style_updated(model, style) {
229 this.unselected_style = style;

Callers

nothing calls this directly

Calls 1

style_updatedMethod · 0.95

Tested by

no test coverage detected