Interface CalendarOnChangeData

interface CalendarOnChangeData {
    shallClose: boolean;
    shiftView: boolean;
    value?: DateImpl;
}

Properties

shallClose: boolean
shiftView: boolean
value?: DateImpl