Data provided to a route's render function by the platform.
data
Route.get()
undefined
loaderPath
?_data=1
actions
Readonly
Data provided to a route's render function by the platform.
data— result of the route'sRoute.get()loader (orundefinedif none)loaderPath— URL to refetch the loader data (appends?_data=1to the route path)actions— map of handler key → URL path for POST/PUT/DELETE endpoints