mapcomplete/Logic/Actors
2022-09-27 18:50:04 +02:00
..
AvailableBaseLayers.ts Reformat all files with prettier 2022-09-08 21:40:48 +02:00
AvailableBaseLayersImplementation.ts Re-install dark map theme (fix #230) 2022-09-27 18:50:04 +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 Reformat all files with prettier 2022-09-08 21:40:48 +02:00
OverpassFeatureSource.ts Bugfixes, add A3 poster 2022-09-18 12:45:02 +02: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 Reformat all files with prettier 2022-09-08 21:40:48 +02:00
SelectedFeatureHandler.ts Reformat all files with prettier 2022-09-08 21:40:48 +02:00
StrayClickHandler.ts Reformat all files with prettier 2022-09-08 21:40:48 +02:00
TitleHandler.ts Fix typo 2022-09-20 16:03:28 +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