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