isReloading{Boolean}
If true the store is attempting to reload the record form the adapter.
Example
record.get('isReloading'); // false
record.reload();
record.get('isReloading'); // true
 isReloading{Boolean}
If true the store is attempting to reload the record form the adapter.
Example
record.get('isReloading'); // false
record.reload();
record.get('isReloading'); // true
 
Please login to continue.