Stream

viz.dsl.vega.Stream
case class Stream(between: Option[Seq[Stream]], consume: Option[Boolean], debounce: Option[Double], filter: Option[Style], markname: Option[String], marktype: Option[String], throttle: Option[Double], source: Option[String], `type`: Option[String], stream: Option[Stream], merge: Option[Seq[Stream]])

Attributes

Source
vega.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product