Home > @velcro/resolver > ResolverContext > Options
Signature:
interface Options | Property | Type | Description |
|---|---|---|
| cache | Map<string, Map<string, unknown>> | |
| cacheInvalidations | MapSet<string, InvalidationRecord> | |
| debug | boolean | |
| decoder | Decoder | |
| path | string[] | |
| resolver | Resolver | |
| settings | Resolver.Settings | |
| strategy | ResolverStrategy | |
| token | CancellationToken$0 | |
| visits | Visits |