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

Method update_selected

js/src/Graph.ts:519–522  ·  view source on GitHub ↗
(model, value)

Source from the content-addressed store, hash-verified

517 }
518
519 update_selected(model, value) {
520 this.selected_indices = value;
521 this.apply_styles();
522 }
523
524 update_hovered(model, value) {
525 this.hovered_index = value === null ? value : [value];

Callers

nothing calls this directly

Calls 1

apply_stylesMethod · 0.95

Tested by

no test coverage detected