간트 API메서드getDatastore이 페이지에서getDatastore Description 데이터스토어의 구성 객체를 반환합니다. getDatastore: (name: string) => DatastoreMethods & TreeDatastoreMethodsParameters name - (required) string - 데이터스토어의 이름 Returns datastore - (datastore & treedatastore) - 지정된 데이터스토어의 구성 객체 Examplevar tasksStore = gantt.getDatastore("task");Related samples Gantt chart with resource panel Related API datastore treeDatastore