mapcomplete/Logic/Actors
2021-07-24 02:32:33 +02:00
..
AvailableBaseLayers.ts Refactoring of AvailableBaseLayer 2021-07-14 16:13:23 +02:00
GeoLocationHandler.ts Merge develop 2021-07-24 02:32:33 +02:00
ImageSearcher.ts Use addCallbackAndRunD instead off addCallbackAndRun 2021-06-30 15:41:21 +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 Refactor OsmObject to use eventsources, add first version of the delete button 2021-06-30 18:48:23 +02:00
StrayClickHandler.ts Disable adding new elements-popup if the userbadge is disabled; add small cosmetic changes 2021-07-18 21:48:11 +02:00
TitleHandler.ts Use addCallbackAndRunD instead off addCallbackAndRun 2021-06-30 15:41: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