ViewStateService
A service for publishing the view state and actions to the Scheduler.
Definition
Package:@progress/kendo-angular-scheduler
Methods
Emits a DOM event to the Scheduler.
Navigates to another view.
Publishes the visible date range of the view. The view will calculate and set the new data range when the selected date changes.
Notifies the Scheduler that the view has completed its layout.
Publishes the date that will be displayed by the Scheduler typically as a result from processing a navigation action.
Notifies the Scheduler that the view options have been changed.
Properties
Represents a stream that publishes the visible date range for the current view to the Scheduler.
layoutEnd
Observable<any>
Represents a stream that indicates when the view layout finishes.
navigate
Observable<any>
Represents a stream for navigating from the current view to another view.
nextDate
Observable<Date>
Represents a stream that publishes changes to the selected date, which initiate from the view.
optionsChange
Observable<any>
Represents a stream that indicates when the view options change.
slotSelectionDrag
Observable<SlotRange>
Represents a stream that indicates when the user drags over a different slot during selection.
slotSelectionEnd
Observable<SlotRange>
Represents a stream that indicates when the user finishes making a slot selection.
slotSelectionStart
Observable<SlotRange>
Represents a stream that indicates when the user starts a new slot selection.
viewEvent
Observable<any>
Represents a stream that publishes events for navigation between views.