Skip to main content

Type Alias: MapModulePropsControllerUnmappedSubscribableBinding<Module, K>

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

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

A definition of a binding between a module property and a subscribable in which the property is set to the subscribable's value.

Type Parameters

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