Route

net.wiringbits.webapp.utils.slinkyUtils.facades.reactrouterdom.Route$
object Route extends ExternalComponent

Attributes

Graph
Supertypes
class ExternalComponent
class ExternalComponentWithAttributes[Nothing]
class ExternalComponentWithAttributesWithRefType[Nothing, Object]
class Object
trait Matchable
class Any
Show all
Self type
Route.type

Members list

Type members

Classlikes

case class Props(path: String, exact: Boolean, render: () => ReactElement)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type Element = E

Attributes

Inherited from:
ExternalComponentWithAttributesWithRefType
type RefType = R

Attributes

Inherited from:
ExternalComponentWithAttributesWithRefType

Value members

Concrete methods

def apply(path: String, exact: Boolean)(render: => ReactElement): ReactElement

Inherited methods

def apply(p: Props): BuildingComponent[E, R]

Attributes

Inherited from:
ExternalComponentWithAttributesWithRefType

Concrete fields

override val component: String | Object