v7.3.0

GetEventsMixin
Mixin

A mixin containing functionality for retrieving a range of events, mainly used during rendering.

Consumed by EventStore in Calendar, Scheduler & Scheduler Pro and TaskStore in Gantt.

No results

Properties

Properties are getters/setters or publicly accessible variables on this class

Functions

Functions are methods available for calling on the class
    • getEventsAsArray( )
      private

      Internal implementation for getEvents to use when not using dateMap.

    • getEventsAsMap( )
      private

      Internal implementation for getEvents to use when using dateMap.

    Events

    Events are triggered for certain actions in this class and can be listened for to react to those actions in your code

    Event handlers

    Event handlers are callbacks called as a result of certain actions in this class

    Source path

    Scheduler/data/mixin/GetEventsMixin.js

    Contents