BindBase

@JSType
trait BindBase extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

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

Concrete fields

@ExposedJSMember @JSOptional
var debounce: UndefOr[Double]

If defined, delays event handling until the specified milliseconds have elapsed since the last event was fired.

If defined, delays event handling until the specified milliseconds have elapsed since the last event was fired.

@ExposedJSMember @JSOptional
var element: UndefOr[Element]

An optional CSS selector string indicating the parent element to which the input element should be added. By default, all input elements are added within the parent container of the Vega view.

An optional CSS selector string indicating the parent element to which the input element should be added. By default, all input elements are added within the parent container of the Vega view.

@ExposedJSMember @JSOptional
var name: UndefOr[String]

By default, the signal name is used to label input elements. This name property can be used instead to specify a custom label for the bound signal.

By default, the signal name is used to label input elements. This name property can be used instead to specify a custom label for the bound signal.