docs
This commit is contained in:
15
docs/redux/thunks/database/fetchPriorityConfigThunk.md
Normal file
15
docs/redux/thunks/database/fetchPriorityConfigThunk.md
Normal file
@@ -0,0 +1,15 @@
|
||||
<!-- /docs/redux/thunks/database/fetchPriorityConfigThunk.md -->
|
||||
|
||||
# 🎯 fetchPriorityConfigThunk.js
|
||||
|
||||
Async-Thunk zum Abrufen der Prioritätskonfiguration für Marker.
|
||||
|
||||
## Verwendung
|
||||
|
||||
```js
|
||||
dispatch(fetchPriorityConfigThunk());
|
||||
```
|
||||
|
||||
## Quelle
|
||||
|
||||
- Ruft `fetchPriorityConfigService()` auf
|
||||
Reference in New Issue
Block a user