Zum Hauptinhalt springen

copy

Description

Erstellt eine tiefe Kopie des angegebenen Objekts

copy: (event: any) => any

Parameters

  • event - (required) object - das zu duplizierende Objekt

Returns

  • backupEvent - (object) - eine tiefe Kopie des angegebenen Objekts

Example

var backupEvent = scheduler.copy(scheduler.getEvent(id));

Change log

  • hinzugefügt in Version 6.0
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.