Zum Hauptinhalt springen

getDatastore

Description

Gibt das Konfigurationsobjekt für einen Datastore zurück

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

Parameters

  • name - (required) string - der Name des Datastores

Returns

  • datastore - (datastore & treedatastore) - das Konfigurationsobjekt für den angegebenen 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.