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

Value members

Inherited methods

Inherited from:
Product