SchedulerInterface
Functions
3
Functions
3Determines what is under the cursor of the specified event or what is described by the given element.
| Parameter | Type | Description |
|---|---|---|
domEvent | Event | Element | The event or element |
Returns: CalendarHit
Interface method required for navigation/selection. Returns the event record for a DOM element.
| Parameter | Type | Description |
|---|---|---|
elementOrEvent | HTMLElement | 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.
| Parameter | Type | Description |
|---|---|---|
elementOrEvent | HTMLElement | Event | The DOM node to lookup, or a DOM event whose target to lookup. |
Returns: ResourceModel -
Any corresponding event record's resource if any.