Type Alias: MapModulePropsControllerMappedSubscribableBinding<Module, K, T>
MapModulePropsControllerMappedSubscribableBinding<
Module,K,T> =Kextendsany?BaseBinding<K> &object:never
Defined in: src/sdk/components/mapsystem/controllers/MapModulePropsController.ts:150
A definition of a binding between a module property and a subscribable in which the property is set based on a transformed version of the subscribable's value.
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
Module extends object | - | The type of the module containing the bound property. |
K extends MapModulePropsControllerPropKey<Module> | MapModulePropsControllerPropKey<Module> | The key of the bound property. |
T | any | The value type of the subscribable. |