From 2dc92d181a15bb9bb1d01c9271353eabd3874812 Mon Sep 17 00:00:00 2001 From: cnouguier Date: Tue, 14 Jan 2025 09:59:01 +0100 Subject: [PATCH] docs: removed mixin Base collection section --- docs/api/core/mixins.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/api/core/mixins.md b/docs/api/core/mixins.md index 584f2cfeb..4fe6eae27 100644 --- a/docs/api/core/mixins.md +++ b/docs/api/core/mixins.md @@ -27,16 +27,6 @@ Make it easier to update the application layout when the user changes his curren > Causes the activity to be automatically refreshed on user' permissions changes or route change. -## Base Collection - -Used to retrieve items from a specific service and keep track of real-time updates using [RxJS](https://github.com/feathersjs-ecosystem/feathers-reactive): -* **(un)subscribe()** causes the component to (un)subscribe to real-time events -* **refreshCollection()** queries the service to retrieve items according to current pagination settings -* **getCollectionBaseQuery()** should be overridden in concrete activities to implement any required parameter in the base query -* **getCollectionFilterQuery()** should be overridden in concrete activities to provide any filtering parameter - -> To be used with the [service mixin](./mixins.md#service). - ## Base Item Make it easier to setup items displayed by a collection: