Interface: PlayRouterProviderProps<TActor>
API / @xmachines/play-tanstack-solid-router / PlayRouterProviderProps
Defined in: play-tanstack-solid-router/src/play-router-provider.tsx:30
The props of the PlayRouterProvider of TanStack Solid Router.
router is the TanStack Router instance that createRouter returns.
Extends
Type Parameters
| Type Parameter | Default type |
|---|---|
TActor extends PlayActor | PlayActor |
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
actor | TActor | The actor to keep in step with the router. | PlayRouterProviderBaseProps.actor | play-tanstack-solid-router/src/create-play-router-provider.tsx:47 |
renderer | (actor, router) => any | The renderer callback receives the same concrete actor type as the prop. | PlayRouterProviderBaseProps.renderer | play-tanstack-solid-router/src/create-play-router-provider.tsx:53 |
routeMap | RouteMap | The route map of both directions, for the lookup between a state ID and a URL path. | PlayRouterProviderBaseProps.routeMap | play-tanstack-solid-router/src/create-play-router-provider.tsx:51 |
router | TanStackRouterLike | The router that the bridge keeps in step with the actor. | PlayRouterProviderBaseProps.router | play-tanstack-solid-router/src/create-play-router-provider.tsx:49 |