API메서드isViewExists이 페이지에서isViewExists Description 지정된 이름 의 뷰가 존재하는지 확인합니다. isViewExists: (name: string) => booleanParameters name - (required) string - 뷰의 이름 Returns isExist - (boolean) - 뷰가 존재하면 true, 그렇지 않으면 false Examplescheduler.init('scheduler_here');scheduler.load("data/events.xml");scheduler.isViewExists("month"); //->true /*!*/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.