mapcomplete/Logic/Actors
2021-09-18 02:28:17 +02:00
..
AvailableBaseLayers.ts Refactoring of AvailableBaseLayer 2021-07-14 16:13:23 +02:00
ChangeToElementsActor.ts More work on refactoring the changes handling 2021-07-18 14:52:09 +02:00
GeoLocationHandler.ts Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
ImageSearcher.ts Add support for mapillary api v4, fixes #364 2021-09-15 01:33:52 +02:00
InstalledThemes.ts Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
LayerResetter.ts Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
OverpassFeatureSource.ts Fix padding calculation by using the leaflet builtin padding function 2021-09-18 02:28:17 +02:00
PendingChangesUploader.ts Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
Readme.md Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
SelectedFeatureHandler.ts Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
StrayClickHandler.ts Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
TitleHandler.ts Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +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