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 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