New to Kendo UI for Angular? Start a free 30-day trial
ViewChange
Represents an action that changes the selected view to a specific instance (more information and examples).
typescript
const action = {
type: 'view-change',
view: schedulerView
};
Name | Type | Default | Description |
---|---|---|---|
view |
|
Defines the next view entry to display. |