Page

harness.webUI.Page
See thePage companion object
sealed trait Page

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type A
final type PS = PageState[S]
type S

Value members

Concrete methods

final override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Abstract fields

val fetchState: SHRIO[ClientT, Either[Url, S]]
val handleA: A => SHRIO[ClientT, List[StandardOrUpdate[PS]]]
val titleF: Either[String, S => String]
val widget: PModifier[A, PS, PS, Any]