Selected items in the list.
Insight data for the list.
Last accessed page number.
Current page number.
Items per page.
Current query arguments.
Current sort setting.
| method | Description |
|---|---|
| init<Slice>(...args) | Initialize list with query args. |
| refresh<Slice>(initForm?) | Reload list with strict consistency. |
| select<Slice>(model, options?) | Update selection state. |
| setPageOf<Slice>(page, options?) | Change page and reload. |
| addPageOf<Slice>(page, options?) | Load next page and append. |
| setLimitOf<Slice>(limit, options?) | Change list limit and reload. |
| setQueryArgsOf<Slice>(...args) | Change query arguments and reload. |
| setSortOf<Slice>(sort, options?) | Change sort and reload. |
Initialize list with query args.
Reload list with strict consistency.
Update selection state.
Change page and reload.
Load next page and append.
Change list limit and reload.
Change query arguments and reload.
Change sort and reload.
Update an existing document.
Remove a document.
Check whether the form can be submitted.
Submit the form for create or update.
Initialize form state for creation.
Initialize form state for editing.
Merge data into an existing cached document.
Open detailed view state.
Manually set model cache.
Reset model state.