Class type Ext_data_ResultSet.configs


class type configs = object .. end
Inherits
method count : Js.number Js.t Js.prop

The number of records in this ResultSet. Note that total may differ from this number.

Defaults to: 0

method loaded : bool Js.t Js.prop

True if the records have already been loaded. This is only meaningful when dealing with SQL-backed proxies.

Defaults to: true

method records : Ext_data_Model.t Js.js_array Js.t Js.prop

The array of record instances.


method success : bool Js.t Js.prop

True if the ResultSet loaded successfully, false if any errors were encountered.

Defaults to: false

method total : Js.number Js.t Js.prop

The total number of records reported by the data source. This ResultSet may form a subset of those records (see count).

Defaults to: 0