Provides a function that adds an "active" property (using Object.defineProperty) to an interaction, making it possible to use ngModel to activate/deactivate interactions.
Object.defineProperty
Example:
<input type="checkbox" ngModel="interaction.active" />
Interaction to decorate.
Generated using TypeDoc
Provides a function that adds an "active" property (using
Object.defineProperty
) to an interaction, making it possible to use ngModel to activate/deactivate interactions.Example: