Files
nodeMap/docs/frontend/redux/slices/urlParameterSlice.md

18 lines
293 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🌐 urlParameterSlice
Verwaltet `mapId` und `userId`, die aus der URL gelesen werden.
## 🔧 Zustand
```ts
{
mapId: null | string,
userId: null | string
}
```
## 🎯 Aktionen
- `setMapId(id)`
- `setUserId(id)`
- `setFromURL({ m, u })` gleichzeitig beide setzen aus URL-Params