API메서드edit이 페이지에서edit Description 이벤트 박스 내에서 이벤트의 텍스트를 직접 변경할 수 있도록 인라인 에디터를 엽니다. edit: (id: string) => voidParameters id - (required) string - 이벤트의 고유 식별자 Examplevar eventId = scheduler.addEvent({ start_date: "16-05-2013 09:00", end_date: "16-05-2013 12:00", text: "Meeting"});...scheduler.edit(eventId);DetailsRelated API editStop 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.