v7.3.0

ResourceTickStore
internal

A class representing a collection of resource ticks. Contains a collection of ResourceTickModel records. The class is used by the TickCells feature.

const store = new ResourceTickStore({
    data : [{        {
        id             : 1,
        startDate      : '2019-01-01T11:00',
        value          : 2,
           resourceId     : 1,
           durationUnit   : 'day',
           duration       : 1
    }]
});
No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class
  • loadPriority : Number
    private

    CrudManager must load stores in the correct order. Lowest first.

  • syncPriority : Number
    private

    CrudManager must sync stores in the correct order. Lowest first.

Properties

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

Functions

Functions are methods available for calling on the class