Interface TimeSliderEventDates

This is the set of from and to events that is used to build the histogram within the time slider.

interface TimeSliderEventDates {
    fromEvents: Date[];
    toEvents: Date[];
}

Properties

Properties

fromEvents: Date[]
toEvents: Date[]