Property CurrentLoaderData
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
CurrentLoaderData
Snapshot of the current loader data, keyed by RouteId. The router's
root Provider exposes this through LoaderData for the
UseLoaderData hook.
public IReadOnlyDictionary<string?, object> CurrentLoaderData { get; }
Property Value
- IReadOnlyDictionary<string, object>