CalendarZone
internal
Base class for calendar feature helper classes that track per-mode state. Each Calendar feature that needs to interact differently with various view types (day, week, month, year) creates CalendarZone subclass instances to manage the feature's behavior and DOM rendering within each specific view. A zone is bound to its owning feature and to the view it manages, attaching event listeners to the view for lifecycle coordination.
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
The owning feature of this zone instance.
-
The associated view of this zone instance.
-
A listener config object to attach to this object's view