ViewList Events
selected
Emitted once on mount with a live ref to the selected primary keys (actions.selectedObjects).
sorted
Emitted once on mount with a live ref to the active sort order (sort.sorting.state.sorted).
objects
Emitted once on mount with a live ref to the raw fetched objects (list.instanceList.state.objects).
order
Emitted once on mount with a live ref to the current object ordering (list.instanceList.state.order).
loading
Emitted once on mount with a live ref to the combined loading state (list.loading).
related-objects
Emitted once on mount with a live ref to the fetched related objects.
calculated-objects
Emitted once on mount with a live ref to the fetched calculated objects.
filtered
Emitted once on mount with a live ref to the active-filter list (filter.state.addedFilters).
query-change
Emitted once on mount with a live ref to the current route query.
hide-filter-form
Forwarded from FilterGroup when a filter form popover should close.