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-
CrudManager must load stores in the correct order. Lowest first.
-
CrudManager must sync stores in the correct order. Lowest first.
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of ResourceTickStore class, or subclass thereof.
-
Identifies an object as an instance of ResourceTickStore class, or subclass thereof.