docs: vollständige Redux-Slices und Webservice-APIs dokumentiert (v1.1.100)
This commit is contained in:
16
docs/frontend/redux/slices/lineVisibilitySlice.md
Normal file
16
docs/frontend/redux/slices/lineVisibilitySlice.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 📶 lineVisibilitySlice
|
||||
|
||||
Speichert, welche Linien (Kabelstrecken) aktiv sichtbar sind.
|
||||
|
||||
## 🔧 Zustand
|
||||
|
||||
```ts
|
||||
{
|
||||
activeLines: { [idLD]: true | false }
|
||||
}
|
||||
```
|
||||
|
||||
## 🎯 Aktionen
|
||||
|
||||
- `updateLineStatus({ idLD, active })`
|
||||
- `setActiveLines({...})`
|
||||
Reference in New Issue
Block a user