Перейти к основному содержимому

getDatastore

Description

Возвращает объект конфигурации для datastore

getDatastore: (name: string) => DatastoreMethods & TreeDatastoreMethods

Parameters

  • name - (required) string - имя datastore

Returns

  • datastore - (datastore & treedatastore) - объект конфигурации для указанного datastore

Example

var tasksStore = gantt.getDatastore("task");
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.