Interface Toastr

Index

Properties

Properties

public clear: { (): void; (toast: JQuery): void; }

Clear toasts

()

Clear all toasts

()

Clear specific toast

public error: ToastrDisplayMethod

Create an error toast

public info: ToastrDisplayMethod

Create an info toast

public options: ToastrOptions

Create an options object

public success: ToastrDisplayMethod

Create a success toast

public version: string

Get toastr version

public warning: ToastrDisplayMethod

Create a warning toast