onClose property

dynamic onClose

Function(s) to trigger on every time the calendar is closed.

Description: https://chmln.github.io/flatpickr/events/#onclose

Default: null

Implementation

external dynamic get onClose;
void onClose=(dynamic v)

Implementation

external set onClose(
    dynamic /*FlatpickrEventFunc|List<FlatpickrEventFunc>*/ v);