PrivateComponentClass

@native @JSType trait PrivateComponentClass extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

@JSName("setState")
def setStateR(newState: Object): Unit
@JSName("setState")
def setStateR(fn: Function2[Object, Object, Object]): Unit
@JSName("setState")
def setStateR(newState: Object, callback: Function0[Unit]): Unit
@JSName("setState")
def setStateR(fn: Function2[Object, Object, Object], callback: Function0[Unit]): Unit

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

@JSName("context")
val contextR: Dynamic
@JSName("props")
var propsR: Object
@JSName("refs")
val refsR: Dynamic
@JSName("state")
var stateR: Object