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 Parameter | Description |
|---|---|
Module extends object | The type of the module containing the bound property. |