Data Store

Note: This SDK is currently in deprecation. Migrate to JavaScript SDK now.

Get a Component Instance

The datastore reference can be created by the following method which would not fire a server side call.

copy
//Get a datastore instance 
var datastore = catalyst.table;

Last Updated 2026-09-08 16:37:33 +0530 IST