Skip to main content

Type Alias: MapModulePropsControllerBinding<Module>

MapModulePropsControllerBinding<Module> = MapModulePropsControllerUnmappedEventBusBinding<Module> | MapModulePropsControllerMappedEventBusBinding<Module> | MapModulePropsControllerUnmappedSubscribableBinding<Module> | MapModulePropsControllerMappedSubscribableBinding<Module> | MapModulePropsControllerUnmappedSubEventBinding<Module> | MapModulePropsControllerMappedSubEventBinding<Module>

Defined in: src/sdk/components/mapsystem/controllers/MapModulePropsController.ts:210

A definition of a binding between a module property and an external data source.

Type Parameters

Type ParameterDescription
Module extends objectThe type of the module containing the bound property.