id{String}
The id of the snapshot's underlying record
Example
1 2 | // store.push('post', { id: 1, author: 'Tomster', title: 'Ember.js rocks' }); postSnapshot.id; // => '1' |
id{String}
Defined in addon/-private/system/snapshot.js:48
The id of the snapshot's underlying record
Example
1 2 | // store.push('post', { id: 1, author: 'Tomster', title: 'Ember.js rocks' }); postSnapshot.id; // => '1' |
Designed by : w10schools
service@w10schools.com
Please login to continue.