Type Alias MapElementsWithState

MapElementsWithState: WithState<
    MapDataElements
    | MapViewElements
    | DOORS
    | WALLS,
>

All map elements which have state.