@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.
14 lines (13 loc) • 361 B
TypeScript
import { Schedule } from '../base/schedule';
import { View } from '../base/type';
/**
* Schedule DOM rendering
*/
export declare class Render {
parent: Schedule;
constructor(parent: Schedule);
render(viewName: View, isDataRefresh?: boolean): void;
private initializeLayout;
updateHeader(): void;
updateLabelText(view: string): void;
}