mapcomplete/Logic/Actors
2021-10-11 22:30:22 +02:00
..
AvailableBaseLayers.ts Refactoring of AvailableBaseLayer 2021-07-14 16:13:23 +02:00
BackgroundLayerResetter.ts Refactoring: LayoutToUse is a simple value now 2021-09-28 18:00:44 +02:00
ChangeToElementsActor.ts More work on refactoring the changes handling 2021-07-18 14:52:09 +02:00
GeoLocationHandler.ts Better tracking of cached data, only load data if needed 2021-09-30 04:13:23 +02:00
InstalledThemes.ts Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
OverpassFeatureSource.ts Fix bounds and loading with overpass 2021-10-11 22:30:22 +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 Stabilize popups in ShowDataLayer 2021-10-01 05:24:10 +02:00
StrayClickHandler.ts Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
TitleHandler.ts More refactoring 2021-09-29 01:12:38 +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