mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-22 15:11:57 +00:00
576 B
576 B
Title, Added, Status, Last reviewed
| Title | Added | Status | Last reviewed |
|---|---|---|---|
| Click Notification Interface | v6.0.0 | Active | 2022-11-25 |
Click Notification Interface
Basic usage
export interface ClickNotification {
target: any;
}
Properties
| Name | Type | Description |
|---|---|---|
| target | any |
The target for the click notification. |