@syncfusion/ej2-schedule
Version:
Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support.
103 lines (102 loc) • 2.84 kB
TypeScript
/**
* Constants
*/
/** @private */
export declare const cellClick: string;
/** @private */
export declare const cellDoubleClick: string;
/** @private */
export declare const moreEventsClick: string;
/** @private */
export declare const select: string;
/** @private */
export declare const hover: string;
/** @private */
export declare const actionBegin: string;
/** @private */
export declare const actionComplete: string;
/** @private */
export declare const actionFailure: string;
/** @private */
export declare const navigating: string;
/** @private */
export declare const renderCell: string;
/** @private */
export declare const eventClick: string;
/** @private */
export declare const eventDoubleClick: string;
/** @private */
export declare const eventRendered: string;
/** @private */
export declare const dataBinding: string;
/** @private */
export declare const dataBound: string;
/** @private */
export declare const popupOpen: string;
/** @private */
export declare const popupClose: string;
/** @private */
export declare const dragStart: string;
/** @private */
export declare const drag: string;
/** @private */
export declare const dragStop: string;
/** @private */
export declare const resizeStart: string;
/** @private */
export declare const resizing: string;
/** @private */
export declare const resizeStop: string;
/** @private */
export declare const inlineClick: string;
/** @private */
export declare const cellSelect: string;
/** @private */
export declare const virtualScrollStart: string;
/** @private */
export declare const virtualScrollStop: string;
/** @private */
export declare const noEvents: string;
/** @private */
export declare const agendaCells: string;
/** @private */
export declare const resourceHeader: string;
/** @private */
export declare const dateHeader: string;
/** @private */
export declare const beforePaste: string;
/** @private */
export declare const beforePrint: string;
/** @private */
export declare const excelExport: string;
/** @private */
export declare const tooltipOpen: string;
/**
* Specifies schedule internal events
*/
/** @private */
export declare const initialLoad: string;
/** @private */
export declare const initialEnd: string;
/** @private */
export declare const print: string;
/** @private */
export declare const dataReady: string;
/** @private */
export declare const eventsLoaded: string;
/** @private */
export declare const contentReady: string;
/** @private */
export declare const scroll: string;
/** @private */
export declare const virtualScroll: string;
/** @private */
export declare const scrollUiUpdate: string;
/** @private */
export declare const uiUpdate: string;
/** @private */
export declare const documentClick: string;
/** @private */
export declare const documentPaste: string;
/** @private */
export declare const cellMouseDown: string;