DateStoreLazyLoadPlugin
Plugin
internal
Plugin for Store that handles lazy loading of stores that is dependent on the view's visible time span.
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this classProperties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of DateStoreLazyLoadPlugin class, or subclass thereof.
-
If set to
true, or a config object, this makes the store load new records when needed. When a record that is not already loaded is requested, the requestData function is called. Please read the guide to learn more on how to configure lazy loading.Has a corresponding lazyLoad config.
-
Identifies an object as an instance of DateStoreLazyLoadPlugin class, or subclass thereof.