QueryProgressCallback

QueryProgressCallback

Type alias
QueryProgressCallback: (progressnumber, resultQueryResult) => void

The type of the callback function when querying all records or loading all records. The method can be used to show the progress of the query or the load.

Type declaration
    function(progressnumber, resultQueryResult): void
    Parameters
    ParameterType
    progress
    number
    result
    QueryResult
    Returns 
    void

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.