Type Alias: MapModulePropsControllerUnmappedEventBusBinding<Module, K>
MapModulePropsControllerUnmappedEventBusBinding<
Module,K> =Kextendsany?BaseBinding<K> &object:never
Defined in: src/sdk/components/mapsystem/controllers/MapModulePropsController.ts:100
A definition of a binding between a module property and an event bus topic in which the property is set to the data published to the topic.
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
Module extends object | - | The type of the module containing the bound property. |
K extends MapModulePropsControllerAccessiblePropKey<Module> | MapModulePropsControllerAccessiblePropKey<Module> | The key of the bound property. |