New to Kendo UI for Angular? Start a free 30-day trial
ViewChange
An action which indicates that the selected view will be changed to the specified instance (more information and examples).
ts
const action = {
type: 'view-change',
view: schedulerView
}
Name | Type | Default | Description |
---|---|---|---|
view |
|
The next view entry that will be displayed. |