VegaView

viz.vega.facades.VegaView
class VegaView(parsedSpec: Dynamic, config: Dynamic) extends Object

Attributes

Source
VegaView.scala
Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Attributes

Source
VegaView.scala
def addSignalListener(s: String, handler: Function2[String, Dynamic, UndefOr[Dynamic]]): VegaView

Attributes

Source
VegaView.scala
def container(): Element

Attributes

Source
VegaView.scala
def data(s: String, data: UndefOr[Any]): Unit

Attributes

Source
VegaView.scala
def data(s: String): Unit

Attributes

Source
VegaView.scala
override def finalize(): Unit

Called by the garbage collector on the receiver object when there are no more references to the object.

Called by the garbage collector on the receiver object when there are no more references to the object.

The details of when and if the finalize method is invoked, as well as the interaction between finalize and non-local returns and exceptions, are all platform dependent.

Attributes

Note

not specified by SLS as a member of AnyRef

Definition Classes
Source
VegaView.scala
def getState(): Dynamic

Attributes

Source
VegaView.scala
def height(): Int

Attributes

Source
VegaView.scala
def height(value: Int): VegaView

Attributes

Source
VegaView.scala
def insert(s: String, data: Dynamic): Unit

Attributes

Source
VegaView.scala
def origin(): Array[Double]

Attributes

Source
VegaView.scala
def runAsync(): Unit

Attributes

Source
VegaView.scala
def signal(s: String, j: Dynamic): Dynamic

Attributes

Source
VegaView.scala
def toImageUrl(tpe: String, scale: UndefOr[Double]): Promise[URL]

Attributes

Source
VegaView.scala
def toSVG(scale: UndefOr[Double]): Promise[String]

Attributes

Source
VegaView.scala
def width(): Int

Attributes

Source
VegaView.scala
def width(value: Int): VegaView

Attributes

Source
VegaView.scala

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object