Provides a function that adds properties (using Object.defineProperty) to the layer, making it possible to control layer properties with ngModel.
Object.defineProperty
Example:
<input type="checkbox" ngModel="layer.visible" />
Layer to decorate.
Generated using TypeDoc
Provides a function that adds properties (using
Object.defineProperty
) to the layer, making it possible to control layer properties with ngModel.Example: