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

34 lines (17 loc) 977 B
[@rxap/directives](../wiki/globals) / StopImmediatePropagationDirective # Class: StopImmediatePropagationDirective Defined in: [stop-immediate-propagation.directive.ts:10](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/directives/src/lib/stop-immediate-propagation.directive.ts#L10) ## Constructors ### new StopImmediatePropagationDirective() > **new StopImmediatePropagationDirective**(): [`StopImmediatePropagationDirective`](../wiki/Class.StopImmediatePropagationDirective) #### Returns [`StopImmediatePropagationDirective`](../wiki/Class.StopImmediatePropagationDirective) ## Methods ### onClick() > **onClick**(`$event`): `void` Defined in: [stop-immediate-propagation.directive.ts:13](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/directives/src/lib/stop-immediate-propagation.directive.ts#L13) #### Parameters ##### $event `Event` #### Returns `void`