isReloading{Boolean}
If true
the store is attempting to reload the record form the adapter.
Example
1 2 3 | record.get( 'isReloading' ); // false record.reload(); record.get( 'isReloading' ); // true |
isReloading{Boolean}
Defined in addon/-private/system/model/model.js:265
If true
the store is attempting to reload the record form the adapter.
Example
1 2 3 | record.get( 'isReloading' ); // false record.reload(); record.get( 'isReloading' ); // true |
Designed by : w10schools
service@w10schools.com
Please login to continue.