Skip to content

saveDataGraphs

saveDataGraphs(…dataRoots): boolean

Saves one or more Data and all the Data they reference (the entire tree) to their datastore’s.

Parameters

• …dataRoots: Data[]

One or more Data, along with all the Data they reference, to save.

Returns

boolean

True if there were any changes to save, False otherwise.


Generated using typedoc-plugin-markdown and TypeDoc