Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get confirm/ prompt data through variable ? #116

Open
lehoangphan opened this issue Jan 9, 2022 · 0 comments
Open

Get confirm/ prompt data through variable ? #116

lehoangphan opened this issue Jan 9, 2022 · 0 comments

Comments

@lehoangphan
Copy link

Hi, I try to get data from confirm, is there any way to do this?

var result = this.snotifyService.confirm('do you wan to delete?', 'confirm', {
      ...config,
      buttons: [
        {
          text: 'Yes', action:
            (toast) => {
              this.snotifyService.remove(toast.id);
            }, bold: false
        },
        { text: 'No', action: (toast) => { 
          this.snotifyService.remove(toast.id) 
      
        } },
      ]
    })'

if(result === 'Yes'){
....do something 
}

thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant