JsonResponse
Type parameters
▪ Raw: RawResponse‹any, any›
Hierarchy
JsonResponse
Index
Constructors
Properties
Accessors
Constructors
constructor
+ new JsonResponse(raw
: Raw, response
: HttpResponse‹Raw›): JsonResponse
Defined in jsonApi.response.ts:5
Parameters:
Returns: JsonResponse
Properties
raw
• raw: Raw
Defined in jsonApi.response.ts:7
response
• response: HttpResponse‹Raw›
Defined in jsonApi.response.ts:7
Accessors
element
• get element(): MergedData‹Raw["data"]›
Defined in jsonApi.response.ts:10
Returns: MergedData‹Raw["data"]›
meta
• get meta(): Raw["meta"]
Defined in jsonApi.response.ts:14
Returns: Raw["meta"]
Last updated