params
Operates on params as a whole, beyond the query — provider, route, pagination, custom keys.
| Name | Category | Description |
|---|---|---|
paramsForServer | hooks | Client-side hook that moves whitelisted |
paramsFromClient | hooks | Server-side hook that extracts whitelisted properties from |
setSlug | hooks | Extracts URL route parameters (slugs) and sets them on |
stashable | hooks | Stashes the pre-mutation state of a record into |
gateParams | utils | Selects and/or projects Paths are resolved with lodash
Keys not mentioned in the schema are KEPT by default, so forgetting a relevant
key can only cause a harmless cache miss, never a false hit. Pass
|
getPaginate | utils | Resolves the active pagination options for the current hook context.
Checks (in order): |
stringifyParams | utils | Serializes Feathers Two normalizations make semantically-equal params produce the same string:
Serialization is crash-safe and never throws on values that leak through a
params whitelist: circular references become |
transformParams | utils | Safely applies a |
See all tags for the full vocabulary.
