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

Function update_selected

js/src/ScatterBase.ts:536–539  ·  view source on GitHub ↗
(model, value)

Source from the content-addressed store, hash-verified

534 }
535
536 update_selected(model, value) {
537 this.selected_indices = value;
538 this.apply_styles();
539 }
540
541 update_hovered(model, value) {
542 this.hovered_index = value === null ? value : [value];

Callers

nothing calls this directly

Calls 1

apply_stylesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…