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
notificationType
"attributes"
| "relationships"
key?
string
Returns
void
Call Signature
ts
NotificationCallback(identifier, notificationType): void;
Defined in: index.ts:21
Parameters
identifier
notificationType
"state"
| "errors"
| "meta"
| "identity"
Returns
void