UNPKG

@bokeh/bokehjs

Version:

Interactive, novel data visualization

11 lines 275 B
import { Selector } from "./selector"; export class ByCSS extends Selector { static __name__ = "ByCSS"; constructor(attrs) { super(attrs); } find_one(target) { return target.querySelector(this.query); } } //# sourceMappingURL=by_css.js.map