CreateDateGallerySubscriberConfig<T>
TYPE DEFINITION
The configuration for the createDateGallery function.
You should provide all methods for the events that you want to listen to, the ones you are not interested
Since 1.6.0
Properties
-
debug Optional
boolean
Optionally whether or not you want to show debug logging.
When debug is enabled whenever an event method is not provided but the event is fired, a console.warn message is logged. This allows you to easier detect missing methods during development.
Defaults to false, meaning nothing will be logged to the console.
Since 1.6.0
-
onConfigChanged
Method which is called whenever an CONFIG_CHANGED event is fired from within the DateGallery.
Since 1.6.0
Signature
Parameters
-
onDateDeselected
Method which is called whenever an MOVED event is fired from within the DateGallery.
Since 1.6.0
Signature
Parameters
-
onDateDeselectedMultiple
Method which is called whenever an MOVED event is fired from within the DateGallery.
Since 1.6.0
Signature
Parameters
-
onDateSelected
Method which is called whenever an MOVED event is fired from within the DateGallery.
Since 1.6.0
Signature
Parameters
-
onDateSelectedMultiple
Method which is called whenever an MOVED event is fired from within the DateGallery.
Since 1.6.0
Signature
Parameters
-
onEventAdded
Method which is called whenever an MOVED event is fired from within the DateGallery.
Since 1.6.0
Signature
Parameters
-
onEventDataChanged
Method which is called whenever an EVENT_DATA_CHANGED event is fired from within the DateGallery.
Since 1.6.0
Signature
Parameters
-
onEventMoved
Method which is called whenever an MOVED event is fired from within the DateGallery.
Since 1.6.0
Signature
Parameters
-
onEventRemoved
Method which is called whenever an MOVED event is fired from within the DateGallery.
Since 1.6.0
Signature
Parameters
-
onFrameChanged
Method which is called whenever an FRAME_CHANGED event is fired from within the DateGallery.
Since 1.6.0
Signature
Parameters
-
onInitialized
Method which is called whenever an INITIALIZED event is fired from within the DateGallery.
Since 1.6.0
Signature
Parameters