MapComplete/Logic/Actors
2022-07-13 17:56:33 +02:00
..
AvailableBaseLayers.ts
AvailableBaseLayersImplementation.ts
BackgroundLayerResetter.ts
ChangeToElementsActor.ts
GeoLocationHandler.ts
OverpassFeatureSource.ts
PendingChangesUploader.ts
Readme.md
SelectedElementTagsUpdater.ts
SelectedFeatureHandler.ts
StrayClickHandler.ts
TitleHandler.ts

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