Skip to content

How to get notification id on click event? #205

@ap-sree

Description

@ap-sree

<simple-notifications (click)="onClick($event)" [options]="options">
$event return mouse event
how to get notification id which is assigned while creating notification
this._notificationsService.success(
'Some Title',
'Some Content',
{
timeOut: 5000,
showProgressBar: true,
pauseOnHover: false,
clickToClose: false,
maxLength: 10
id:23 //How to get id from click event
}
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions