v7.3.0
SupportExamplesFree Trial

TimelineDateMapper
Mixin

Mixin that contains functionality to convert between coordinates and dates etc. Enables mapping pixel positions to dates and dates to pixel positions based on the current time axis configuration.

const scheduler = new Scheduler({
    snap : true // Snap to time resolution increments during interactions
});

See also

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class

Properties

Properties are getters/setters or publicly accessible variables on this class
  • isTimelineDateMapper : Booleantrue
    READONLY
    ADVANCED
    Identifies an object as an instance of TimelineDateMapper class, or subclass thereof.
  • Returns the center date of the currently visible timespan of scheduler.

Functions

Functions are methods available for calling on the class

    Source path

    Scheduler/view/mixin/TimelineDateMapper.js

    Contents