SchedulerInterface

Functions

3

Determines what is under the cursor of the specified event or what is described by the given element.

ParameterTypeDescription
domEventEvent | Element

The event or element

Returns: CalendarHit

Interface method required for navigation/selection. Returns the event record for a DOM element.

ParameterTypeDescription
elementOrEventHTMLElement | Event

The DOM node to lookup, or a DOM event whose target to lookup.

Returns: EventModel -

The event record

Interface method required for navigation/selection. Returns the resource (calendar) record for a DOM element.

ParameterTypeDescription
elementOrEventHTMLElement | Event

The DOM node to lookup, or a DOM event whose target to lookup.

Returns: ResourceModel -

Any corresponding event record's resource if any.