Skip to main content

Type Alias: MapModulePropsControllerMappedEventBusBinding<Module, K>

MapModulePropsControllerMappedEventBusBinding<Module, K> = K extends any ? BaseBinding<K> & object : never

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

A definition of a binding between a module property and an event bus topic in which the property is set based on a transformed version of the data published to the topic.

Type Parameters

Type ParameterDefault typeDescription
Module extends object-The type of the module containing the bound property.
K extends MapModulePropsControllerPropKey<Module>MapModulePropsControllerPropKey<Module>The key of the bound property.