The get
function is no longer supported starting at the 1.0.0
release. Considering accessing array indeces by state[index]
or state.getRecord(index)
. The table below provides additional information to upgrade to the latest API and version >= 1.0.0
Functions | Description |
---|---|
state[index] | Returns the Record Object at index |
state.getRecord(index) | Returns the Record Object at index |
state.getPage(offset) | Returns the Page Object at page number offset |