본문으로 건너뛰기

copy

Description

주어진 객체의 깊은 복사본을 생성합니다.

copy: (event: any) => any

Parameters

  • event - (required) object - 복제할 객체

Returns

  • backupEvent - (object) - 주어진 객체의 깊은 복사본

Example

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

Change log

  • 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.