Stateful

oxygen.ui.web.create.Component.WithProps.Stateful
trait Stateful[-Env, +Action, State] extends WithProps[Env, Action, State, State]

Attributes

Graph
Supertypes
trait WithProps[Env, Action, State, State]
class Object
trait Matchable
class Any

Members list

Type members

Inherited and Abstract types

type Props

Attributes

Inherited from:
WithProps

Value members

Abstract methods

override protected def component(props: Props, state: State): Stateful[Env, Action, State]

Attributes

Definition Classes

Concrete methods

final override def apply(props: Props): Stateful[Env, Action, State]

Attributes

Definition Classes