docs: Projektstruktur der Dokumentation an Quellcode angepasst
- Verzeichnisstruktur unter /docs spiegelt nun die tatsächliche Projektstruktur wider - frontend/server-Trennung entfernt zugunsten von /docs/pages, /docs/redux, /docs/utils etc. - Erhöht Wiederauffindbarkeit, Übersichtlichkeit und Entwicklerfreundlichkeit
This commit is contained in:
15
docs/redux/slices/polylineLayerVisibleSlice.md
Normal file
15
docs/redux/slices/polylineLayerVisibleSlice.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 📏 polylineLayerVisibleSlice
|
||||
|
||||
Steuert, ob der Layer mit Kabelstrecken (Polylinien) angezeigt wird.
|
||||
|
||||
## 🔧 Zustand
|
||||
|
||||
```ts
|
||||
{
|
||||
visible: false
|
||||
}
|
||||
```
|
||||
|
||||
## 🎯 Aktionen
|
||||
|
||||
- `setPolylineVisible(true|false)` → speichert Zustand auch in `localStorage`
|
||||
Reference in New Issue
Block a user