mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
27 lines
576 B
Markdown
27 lines
576 B
Markdown
---
|
|
Title: Click Notification Interface
|
|
Added: v6.0.0
|
|
Status: Active
|
|
Last reviewed: 2022-11-25
|
|
---
|
|
|
|
# [Click Notification Interface](../../../lib/core/src/lib/card-view/interfaces/click-notification.interface.ts "Defined in click-notification.interface.ts")
|
|
|
|
## Basic usage
|
|
|
|
```ts
|
|
export interface ClickNotification {
|
|
target: any;
|
|
}
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Name | Type | Description |
|
|
| ---- | ---- | ----------- |
|
|
| target | `any` | The target for the click notification. |
|
|
|
|
## See also
|
|
|
|
- [BaseCardViewUpdate interface](../interfaces/base-card-view-update.interface.md)
|