model property

  1. @Input()
DateRangeEditorModel model
getter/setter pair

A mutable model which fully describes the selected date range and the state of the calendar.

Implementation

@Input()
late DateRangeEditorModel model;