getDatastore

데이터스토어의 구성 객체를 반환합니다.

datastore & treedatastore getDatastore(string name);
namestring데이터스토어의 이름
datastore & treedatastore지정된 데이터스토어의 구성 객체

Example

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

Related samples

See also
Back to top