Signal

viz.dsl.vega.Signal
case class Signal(description: Option[String], name: String, on: Option[Seq[OnEvent]], push: Option[Push], bind: Option[Bind], react: Option[Boolean], update: Option[String], value: Option[Json], init: Option[String])

Attributes

Source:
vega.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product