AlpineDateGalleryConfig<T>
TYPE DEFINITION
The configuration for the activeList Alpine.js component.
It has all properties the DateGalleryConfig has from core, plus an optional alpine configuration object which allows you to set the name for the exposed DateGallery.
Since 1.6.0
Extends DateGalleryConfig<T>Properties
-
alpine Optional
Additional alpine only configuration for the DateGallery.
Since 1.6.0
Object
name: stringThe method name you want to expose the DateGallery under.
Say for example you set it to "calendar": in the HTML you now use calendar().firstFrame and calendar().next().
It is recommended that you provide a name for readability, but it is not required.
Defaults to 'dateGallery'.
Since 1.6.0