Type Alias: MapSimpleBinding<T>
MapSimpleBinding<
T
> =object
Defined in: src/sdk/components/mapsystem/controllers/MapBindingsController.ts:11
A binding from a source to a target.
Type Parameters
Type Parameter |
---|
T |
Properties
source
source:
Subscribable
<T
>
Defined in: src/sdk/components/mapsystem/controllers/MapBindingsController.ts:13
The source of the binding.
target
target:
MutableSubscribable
<any
,T
>
Defined in: src/sdk/components/mapsystem/controllers/MapBindingsController.ts:16
The target of the binding.