UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

15 lines (14 loc) 458 B
import { View } from './View'; /** * An abstract visual Calendar */ export declare class Calendar extends View { readonly descriptionPropertyName: string; readonly initialStyle: string; readonly endDatePropertyName: string; readonly endTimePropertyName: string; readonly occurDatePropertyName: string; readonly occurTimePropertyName: string; readonly startDatePropertyName: string; readonly startTimePropertyName: string; }