Prev
Interface
Represents an action that switches the current view to the previous period (more information).
Definition
Package:@progress/kendo-angular-scheduler
Syntax:
TS
const action = {
type: 'prev'
};
Represents an action that switches the current view to the previous period (more information).
Package:@progress/kendo-angular-scheduler
Syntax:
const action = {
type: 'prev'
};