Skip to content

saveData

saveData(…data): boolean

Saves one or more Data to the service.

  • All changes made to Data must be saved or reverted by the end of the transaction. Otherwise, the endpoint call will fail with an Engine_UnsavedChanges error.

Parameters

• …data: Data[]

One or more Data to save.

Returns

boolean

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


Generated using typedoc-plugin-markdown and TypeDoc