Class Document
public
Defined in:
../store/src/-private/document.ts:17
Module:
@ember-data/store
A Document is a class that wraps the response content from a request to the API
returned by Cache.put
or Cache.peek
, converting resource-identifiers into
record instances.
It is not directly instantiated by the user, and its properties should not be directly modified. Whether individual properties are mutable or not is determined by the record instance itself.