PartialRenderer

io.github.nafg.scalajs.react.util.partialrenderer.PartialRenderer
See thePartialRenderer companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Vdom[-Props, P, F] = PartialRenderer[Props, P, F, VdomNode]

Value members

Concrete methods

def noProps[Partial, Full, Out](pt: PartialityType[Partial, Full])(renderF: PartialSettable[Partial, Full] => Out): PartialRenderer[Any, Partial, Full, Out]