the code that you pass here as the parameter will not react on any data changes (will not be affected by 'onStoreUpdated' event handler)
code | function | the code that the method is assigned to |
master | object | holder object. Inside function you can refer to this object through 'this' |
The alternative to this method is silent Datastore property.
Back to top