mapcomplete/Logic/Actors
2021-01-02 16:04:16 +01:00
..
AvailableBaseLayers.ts Refactoring: attempting to make State smaller 2021-01-02 16:04:16 +01:00
ImageSearcher.ts Refactoring: attempting to make State smaller 2021-01-02 16:04:16 +01:00
Readme.md Refactoring: attempting to make State smaller 2021-01-02 16:04:16 +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