Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 576 Bytes

click-notification.interface.md

File metadata and controls

26 lines (19 loc) · 576 Bytes
Title Added Status Last reviewed
Click Notification Interface
v6.0.0
Active
2022-11-25

Basic usage

export interface ClickNotification {
    target: any;
}

Properties

Name Type Description
target any The target for the click notification.

See also