alfresco-ng2-components/docs/core/interfaces/click-notification.interface.md

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.

See also