ViewChange
Interface
Represents an action that changes the selected view to a specific instance (more information and examples).
Definition
Package:@progress/kendo-angular-scheduler
Syntax:
TS
const action = {
type: 'view-change',
view: schedulerView
};
Properties
Defines the next view entry to display.