Factory

io.github.nafg.simplefacade.Factory
See theFactory companion object
case class Factory[A](propTypes: A, component: JsComponentType, settings: Seq[Setting])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(pairs: () => A*): Factory[A]
def rawProps: Object
def render: UnmountedWithRawType[Object, Null, Component[Object, Null]]
def toDict: AnyDict

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product