Перейти к основному содержимому

isViewExists

Description

Проверяет, существует ли view с заданным именем

isViewExists: (name: string) => boolean

Parameters

  • name - (required) string - имя view

Returns

  • isExist - (boolean) - true, если view найден; иначе 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.