Title | Added | Status | Last reviewed |
---|---|---|---|
Click Notification Interface |
v6.0.0 |
Active |
2022-11-25 |
export interface ClickNotification {
target: any;
}
Name | Type | Description |
---|---|---|
target | any |
The target for the click notification. |
Title | Added | Status | Last reviewed |
---|---|---|---|
Click Notification Interface |
v6.0.0 |
Active |
2022-11-25 |
export interface ClickNotification {
target: any;
}
Name | Type | Description |
---|---|---|
target | any |
The target for the click notification. |