VegaView

@native @JSImport("vega-view") @JSType
class VegaView(parsedSpec: Dynamic, config: Dynamic) extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def addSignalListener(s: String, handler: Function2[String, Dynamic, Dynamic]): VegaView
def data(s: String, j: Dynamic): Unit
def data(s: String, j: Array[Object]): Unit
def runAsync(): Unit
def signal(s: String): Dynamic

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object