FeathersResponseOptions
Defined in: src/lib/models/response-options.ts:150
Pre-configured ResponseOptions for the FeathersJS driver
The Feathers adapter envelope is { total, limit, skip, data } —
offset-based, with no page number and no navigation URLs. perPage
maps to the envelope's limit key and total to total; the
strategy derives currentPage / lastPage / from / to from
skip and limit, so the corresponding key paths default to empty
strings (the skip key itself is fixed by the envelope and read
directly by the strategy).
Extends
Constructors
Constructor
new FeathersResponseOptions(
options):FeathersResponseOptions
Defined in: src/lib/models/response-options.ts:151
Parameters
options
Returns
FeathersResponseOptions
Overrides
Properties
currentPage
readonlycurrentPage:string
Defined in: src/lib/models/response-options.ts:18
Inherited from
data
readonlydata:string
Defined in: src/lib/models/response-options.ts:19
Inherited from
firstPageUrl
readonlyfirstPageUrl:string
Defined in: src/lib/models/response-options.ts:20
Inherited from
from
readonlyfrom:string
Defined in: src/lib/models/response-options.ts:21
Inherited from
lastPage
readonlylastPage:string
Defined in: src/lib/models/response-options.ts:22
Inherited from
lastPageUrl
readonlylastPageUrl:string
Defined in: src/lib/models/response-options.ts:23
Inherited from
nextPageUrl
readonlynextPageUrl:string
Defined in: src/lib/models/response-options.ts:24
Inherited from
path
readonlypath:string
Defined in: src/lib/models/response-options.ts:25
Inherited from
perPage
readonlyperPage:string
Defined in: src/lib/models/response-options.ts:26
Inherited from
prevPageUrl
readonlyprevPageUrl:string
Defined in: src/lib/models/response-options.ts:27
Inherited from
to
readonlyto:string
Defined in: src/lib/models/response-options.ts:28
Inherited from
total
readonlytotal:string
Defined in: src/lib/models/response-options.ts:29