DateGalleryCanSelectPredicate<T>

TYPE DEFINITION

Represents a callback predicate which is given a DateGalleryDate and needs to return a boolean, when true is returned the DateGalleryDate can be selected, when false is returned the DateGalleryDate cannot be selected.

Since 1.6.0

Signature

callback(
dateGalleryDate : DateGalleryDate<T>
): boolean

Parameters

dateGalleryDate: DateGalleryDate<T>

The DateGalleryDate for which this predicate will determine if it can be selected.

Returns

Whether or not the DateGalleryDate can be selected.