vega-event-selector
A CSS-inspired language to select, sequence, and compose DOM events.
Last updated 3 years ago by jheer .
BSD-3-Clause · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install vega-event-selector 
SYNC missed versions from official npm registry.

vega-event-selector

A CSS-inspired language to select, sequence, and compose DOM events into event streams.

Exports the following method:

# vega.parseSelector(selector[, source, marks]) <>

Takes an event selector string as input and returns a parsed event stream object definition. The optional source argument takes a string indicating the source value to use by default (normally "view"). The optional marks argument takes an object whose keys will be treated as the legal mark types, so long as the corresponding values are truthy. For more, see the Vega Event Stream documentation.

Current Tags

  • 3.0.1                                ...           latest (3 years ago)

12 Versions

  • 3.0.1                                ...           3 years ago
  • 3.0.0                                ...           5 years ago
  • 2.0.6                                ...           6 years ago
  • 2.0.5                                ...           6 years ago
  • 2.0.4                                ...           6 years ago
  • 2.0.3                                ...           6 years ago
  • 2.0.2                                ...           6 years ago
  • 2.0.1                                ...           7 years ago
  • 2.0.0                                ...           9 years ago
  • 2.0.0-beta                                ...           9 years ago
  • 1.1.0                                ...           10 years ago
  • 1.0.0                                ...           10 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 1
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |