BuildingComponent

slinky.core.BuildingComponent
See theBuildingComponent companion object
final class BuildingComponent[E, R <: Object](args: Array[Any]) extends AnyVal

Attributes

Companion:
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

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

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Implicitly added by make

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Implicitly added by make

Attributes

Inherited from:
Object
def toLocaleString(): String
Implicitly added by make

Attributes

Inherited from:
Object
def valueOf(): Any
Implicitly added by make

Attributes

Inherited from:
Object