WithProps

oxygen.ui.web.create.Component.WithProps
See theWithProps companion object
sealed trait WithProps[-Env, +Action, -StateGet, +StateSet <: StateGet]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Stateful[Env, Action, State]
trait Stateless[Env, Action]

Members list

Type members

Types

type Props

Value members

Abstract methods

def apply(props: Props): PWidget[Env, Action, StateGet, StateSet]