Binding

case class Binding(debounce: Option[Double], element: Option[ElementUnion], input: Option[String], name: Option[String], labels: Option[Seq[String]], options: Option[Seq[Option[Json]]], max: Option[Double], min: Option[Double], step: Option[Double], autocomplete: Option[String], placeholder: Option[String], event: Option[String], between: Option[Seq[Stream]], consume: Option[Boolean], filter: Option[Text], markname: Option[String], marktype: Option[MarkType], source: Option[String], throttle: Option[Double], `type`: Option[String], stream: Option[Stream], merge: Option[Seq[Stream]])

Binds the parameter to an external input element such as a slider, selection list or radio button group.

Source:
vega-lite.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product