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]])
Source:
vega.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product