mapcomplete/Logic/Actors
2023-02-09 16:05:37 +01:00
..
AvailableBaseLayers.ts Reformat all files with prettier 2022-09-08 21:40:48 +02:00
AvailableBaseLayersImplementation.ts Remove stadia background layers, fix #1096 2022-10-10 21:12:05 +02:00
BackgroundLayerResetter.ts Reformat all files with prettier 2022-09-08 21:40:48 +02:00
ChangeToElementsActor.ts Reformat all files with prettier 2022-09-08 21:40:48 +02:00
GeoLocationHandler.ts Improve autozoom of geolocationHandler 2023-02-09 03:12:21 +01:00
OverpassFeatureSource.ts Auto-formatting 2022-12-16 13:45:07 +01:00
PendingChangesUploader.ts Reformat all files with prettier 2022-09-08 21:40:48 +02:00
Readme.md Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
SelectedElementTagsUpdater.ts Auto-formatting 2022-12-16 13:45:07 +01:00
SelectedFeatureHandler.ts Fix dynamically selecting the popup when changing the hash 2023-02-09 16:05:37 +01:00
StrayClickHandler.ts Fix typo which prevented updating the selected element, improve comments and typings 2023-01-03 23:45:04 +01:00
TitleHandler.ts Formatting 2022-10-27 01:50:41 +02: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