ViewContextService
Class
A service which publishes information from the Scheduler to the views. Views subscribe to changes in the context (selected date, event, and resource data) through this service.
Definition
Package:@progress/kendo-angular-scheduler
Properties
action
Observable<NavigationAction>
Represents a stream that publishes navigation actions to the view.
execute
Observable<any>
Represents a stream that executes methods from the view.
optionsChange
Observable<any>
Emits when the Scheduler options change.
resize
Observable<void>
Emits when the Scheduler element is resized.
selectedDate
Observable<Date>
Represents a stream with the selected date to be displayed in the view.