Interface ToastrDisplayMethod

Index

Call signatures

Call signatures

(message: string): JQuery

Create a toast

Parameters

  • message: string

    Message to display in toast

Returns

JQuery

(message: string, title: string): JQuery

Create a toast

Parameters

  • message: string

    Message to display in toast

  • title: string

    Title to display on toast

Returns

JQuery

(message: string, title: string, overrides: ToastrOptions): JQuery

Create a toast

Parameters

  • message: string

    Message to display in toast

  • title: string

    Title to display on toast

  • overrides: ToastrOptions

    Option values for toast

Returns

JQuery