Class RecordDataStoreWrapper
public
Module:
@ember-data/store
Provides encapsulated API access to a minimal subset of store service's functionality for RecordData implementations.
setRecordId public
Module:
@ember-data/store
Defined in ../store/addon/-private/ts-interfaces/record-data-store-wrapper.ts:19
update the id
for the record of type modelName
with the corresponding clientId
This operation can only be done for records whose id
is null
.