BuildingComponent

final class BuildingComponent[E, R <: Object](args: Array[Any]) extends AnyVal
Companion
object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply(mods: TagMod[E]*): BuildingComponent[E, R]
def withKey(newKey: String): BuildingComponent[E, R]
def withRef(newRef: R => Unit | ReactRef[R]): BuildingComponent[E, R]

Inherited methods

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