All docs
This doc
Function |
|
---|---|
Description | Returns the records store of the given table. |
Output | The record store of the given table. |
client.getRecordStoreByTable("SampleTable", function(data) { console.log (data["message"]); }, function(error) { console.log("error occured: " + error); });
EVENT_STORE