Global

Type Definitions

EventData

Type:
  • Object
Properties:
Name Type Attributes Description
start number Start date of the event, referred in the configured TimeUnit
end number <optional>
End date of the event, referred in the configured TimeUnit
title String Title of the event
Source:

Events

changeSelectedIndex

Event emited when an user changes the current selected time event
Type:
  • CustomEvent
Properties:
Name Type Description
detail.index number Index of the new selected element . -1 if now it's not selected anything
detail.event EventData Returns the current EventData selected by the user or null if it's not selected anything
Source: