mapcomplete/Logic/Actors
2021-07-03 14:48:07 +02:00
..
AvailableBaseLayers.ts Formatting 2021-06-24 13:52:43 +02:00
GeoLocationHandler.ts Further cleanup: further removal of the UIElement 2021-06-28 00:45:49 +02:00
ImageSearcher.ts Move imageAttributionSources around, improve fixTheme script 2021-06-22 14:21:32 +02:00
InstalledThemes.ts Fix loading of compressed themes in the custom generator too 2021-04-11 23:43:23 +02:00
LayerResetter.ts More cleaning up 2021-01-04 04:36:21 +01:00
OverpassFeatureSource.ts More refactoring and fixes 2021-06-14 02:39:23 +02:00
PendingChangesUploader.ts Add 'pagehide' to ask confirmation on ipads 2021-07-03 14:48:07 +02:00
Readme.md Refactoring: attempting to make State smaller 2021-01-02 16:04:16 +01:00
SelectedFeatureHandler.ts OsmObjects can now be used as featureSource, load selected object immediately, zoom to selected object on open; fix #191 2021-05-06 01:33:09 +02:00
StrayClickHandler.ts More refactoring and fixes 2021-06-14 02:39:23 +02:00
TitleHandler.ts More refactoring, stuff kindoff works 2021-06-12 02:58:32 +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