본문으로 건너뛰기

isViewExists

Description

지정된 이름의 뷰가 존재하는지 확인합니다.

isViewExists: (name: string) => boolean

Parameters

  • name - (required) string - 뷰의 이름

Returns

  • isExist - (boolean) - 뷰가 존재하면 true, 그렇지 않으면 false

Example

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