MapComplete/src/Logic/Actors
2024-04-30 23:25:30 +02:00
..
BackgroundLayerResetter.ts Feature: add bing maps (test), see #648 2024-01-28 05:10:13 +01:00
ChangeToElementsActor.ts Refactoring: move all code files into a src directory 2023-07-09 13:09:05 +02:00
GeoLocationHandler.ts Chore: linting 2024-04-13 02:40:21 +02:00
InitialMapPositioning.ts Chore: remove obsolete argument 2024-04-30 23:25:30 +02:00
NoElementsInViewDetector.ts Refactoring: move all code files into a src directory 2023-07-09 13:09:05 +02:00
PendingChangesUploader.ts Chore: linting 2024-04-13 02:40:21 +02:00
PreferredRasterLayerSelector.ts Housekeeping 2023-12-01 15:23:28 +01:00
Readme.md Refactoring: move all code files into a src directory 2023-07-09 13:09:05 +02:00
SelectedElementTagsUpdater.ts Refactoring: Fix linting errors 2024-04-10 14:12:03 +02:00
TitleHandler.ts Refactoring: remove selectedLayer from titleHandler 2024-01-29 18:09:25 +01:00

Actors

An actor is a module which converts one UIEventSource into another while performing logic.

Typically, it will only expose the constructor taking some UIEventSources (and configuration) and a few fields which are UIEVentSources.

An actor should never have a dependency on 'State' and should never import it