onMonthChange

abstract var onMonthChange: (month: TDate) -> Promise<Void>??(source)

Callback firing on month change @DateIOType.

Parameters

{TDate} month The new month.