Type Alias: MapModulePropsControllerMappedSubEventBinding<Module, K, SenderType, DataType>
MapModulePropsControllerMappedSubEventBinding<
Module,K,SenderType,DataType> =Kextendsany?BaseBinding<K> &object:never
Defined in: src/sdk/components/mapsystem/controllers/MapModulePropsController.ts:188
A definition of a binding between a module property and a SubEventInterface in which the property is set based on a transformed version of events received from the SubEventInterface.
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
Module extends object | - | The type of the module containing the bound property. |
K extends MapModulePropsControllerPropKey<Module> | MapModulePropsControllerPropKey<Module> | The key of the bound property. |
SenderType | unknown | The sender type of the SubEventInterface. |
DataType | unknown | The data type of the SubEventInterface. |