Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.01 KB

File metadata and controls

19 lines (15 loc) · 1.01 KB
id CustomStore.Options.load
type function(options)

shortDescription

Specifies a custom implementation of the load(options) method.

param(options): LoadOptions

Data processing settings.

return: LoadResult | Promise

An array with data or a Promise that is resolved after data is loaded.


Refer to the following help topic for information on how to implement the load function: Custom Data Sources.

#####See Also#####