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.