ShowDate
Interface
Represents an action that displays the details for a specific date.
Definition
Package:@progress/kendo-angular-scheduler
Syntax:
TS
const action = {
type: 'show-date',
view: schedulerView,
date: new Date()
};
Properties
date
Date
Defines the new selected date.
Defines the view in which the date displays.