Skip to main content

Type Alias: MapModulePropsControllerUnmappedSubEventBinding<Module, K>

MapModulePropsControllerUnmappedSubEventBinding<Module, K> = K extends any ? 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 ParameterDefault typeDescription
Module extends object-The type of the module containing the bound property.
K extends MapModulePropsControllerSubEventPropKey<Module>MapModulePropsControllerSubEventPropKey<Module>The key of the bound property.