New to Kendo UI for Angular? Start a free 30-day trial
ShowDate
An action which indicates that details for the specified date will be shown.
const action = {
type: 'show-date',
view: schedulerView,
date: Date
}
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
date | Date | The new selected date. | |
view | The view in which the date will be displayed. |