getDatastore

returns the configuration object of a datastore

datastore & treedatastore getDatastore(string name);
namestringthe name of the datastore
datastore & treedatastorethe configuration object of a datastore

Example

var tasksStore = gantt.getDatastore("task");

Related samples

See also
Back to top