Skip to content

Documentation / @ember-data/request-utils / index / NotificationCallback

Defined in: index.ts:19

Call Signature

ts
NotificationCallback(
   identifier, 
   notificationType, 
   key?): void;

Defined in: index.ts:20

Parameters

identifier

StableRecordIdentifier

notificationType

"attributes" | "relationships"

key?

string

Returns

void

Call Signature

ts
NotificationCallback(identifier, notificationType): void;

Defined in: index.ts:21

Parameters

identifier

StableRecordIdentifier

notificationType

"state" | "errors" | "meta" | "identity"

Returns

void

Released under the MIT License.