UNPKG

@rxap/directives

Version:

This package provides a set of Angular directives to simplify common tasks such as setting background images, confirming clicks, making elements contenteditable, and more. It includes directives for handling UI interactions, applying styles, and managing

38 lines (19 loc) 1 kB
[**@rxap/directives v19.1.0**](../README.md) *** [@rxap/directives](../globals.md) / StopImmediatePropagationDirective # Class: StopImmediatePropagationDirective Defined in: [stop-immediate-propagation.directive.ts:10](https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/directives/src/lib/stop-immediate-propagation.directive.ts#L10) ## Constructors ### new StopImmediatePropagationDirective() > **new StopImmediatePropagationDirective**(): [`StopImmediatePropagationDirective`](StopImmediatePropagationDirective.md) #### Returns [`StopImmediatePropagationDirective`](StopImmediatePropagationDirective.md) ## Methods ### onClick() > **onClick**(`$event`): `void` Defined in: [stop-immediate-propagation.directive.ts:13](https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/directives/src/lib/stop-immediate-propagation.directive.ts#L13) #### Parameters ##### $event `Event` #### Returns `void`