@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.
21 lines (20 loc) • 552 B
TypeScript
import { Schedule } from '../base/schedule';
import { ScheduleModel } from '../base/schedule-model';
/**
* Print Module
*/
export declare class Print {
private parent;
private printInstance;
private printWindow;
constructor(parent: Schedule);
print(printOptions?: ScheduleModel): void;
private printScheduler;
private printSchedulerWithModel;
private getPrintScheduleModel;
private contentReady;
private closePrintWindow;
private printCleanup;
protected getModuleName(): string;
destroy(): void;
}