SelectDate
Interface
Represents an action that switches the current view to a specific date (more information).
Definition
Package:@progress/kendo-angular-scheduler
Syntax:
TS
const action = {
type: 'select-date',
date: new Date('2018-10-22')
};
Properties
date
Date
Defines the date selected by the Scheduler.