@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.
17 lines (16 loc) • 365 B
TypeScript
import { Schedule } from '../base/schedule';
/**
* Tooltip for Schedule
*/
export declare class EventTooltip {
private parent;
private tooltipObj;
constructor(parent: Schedule);
private getTargets;
private onBeforeRender;
private onTooltipOpen;
private onTooltipClose;
private setContent;
close(): void;
destroy(): void;
}