Type Alias: MapModulePropsControllerUnmappedSubEventBinding<Module, K>
MapModulePropsControllerUnmappedSubEventBinding<
Module,K> =Kextendsany?BaseBinding<K> &object:never
Defined in: src/sdk/components/mapsystem/controllers/MapModulePropsController.ts:172
A definition of a binding between a module property and a SubEventInterface in which events received from the SubEventInterface are forwarded unchanged to the property.
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
Module extends object | - | The type of the module containing the bound property. |
K extends MapModulePropsControllerSubEventPropKey<Module> | MapModulePropsControllerSubEventPropKey<Module> | The key of the bound property. |