mapcomplete/Logic/Actors
2021-01-15 00:29:07 +01:00
..
AvailableBaseLayers.ts More cleaning up 2021-01-04 04:36:21 +01:00
GeoLocationHandler.ts More refactoring, stabilizing rotation and direction_gradient 2021-01-04 04:06:21 +01:00
HistoryHandling.ts Fix back button; add title 2021-01-08 18:02:07 +01:00
ImageSearcher.ts Refactoring: attempting to make State smaller 2021-01-02 16:04:16 +01:00
InstalledThemes.ts More refactoring! 2021-01-03 00:19:42 +01:00
LayerResetter.ts More cleaning up 2021-01-04 04:36:21 +01:00
Readme.md Refactoring: attempting to make State smaller 2021-01-02 16:04:16 +01:00
StrayClickHandler.ts Fix back button; add title 2021-01-08 18:02:07 +01:00
TitleHandler.ts Fix back button; add title 2021-01-08 18:02:07 +01:00
UpdateFromOverpass.ts Add caching into local storage for a faster map experience 2021-01-15 00:29:07 +01: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