docs: [Zurück zur Übersicht](../README.md) in Alle in README für jeder Verzeichnis

This commit is contained in:
ISA
2025-06-24 08:22:48 +02:00
parent 82a1e11797
commit 0347ec9d98
243 changed files with 1425 additions and 283 deletions

View File

@@ -7,10 +7,16 @@ Steuert die aktuell selektierte Station/Bereich in der Karte.
## Zustand
```js
{ area: null | object }
{
area: null | object;
}
```
## Aktionen
- `setSelectedArea(area)`
- `clearSelectedArea()`
- `clearSelectedArea()`
---
[Zurück zur Übersicht](../../README.md)