New to Kendo UI for Angular? Start a free 30-day trial
ViewContextService
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.
Name | Type | Default | Description |
---|---|---|---|
action |
|
Represents a stream that publishes navigation actions to the view. | |
execute |
|
Represents a stream that executes methods from the view. | |
items |
|
Represents a stream of items (events) to be displayed in the view. | |
optionsChange |
|
Emits when the Scheduler options change. | |
resize |
|
Emits when the Scheduler element is resized. | |
selectedDate |
|
Represents a stream with the selected date to be displayed in the view. |
Constructors
ViewContextService
()