From a36e6ad2f472741b1c22c2af955bf13b7c62e146 Mon Sep 17 00:00:00 2001 From: kwiateusz Date: Sat, 7 Nov 2015 22:28:15 +0100 Subject: [PATCH] Update toastr.d.ts --- toastr/toastr.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toastr/toastr.d.ts b/toastr/toastr.d.ts index 39be5a21b..e7cd15f92 100644 --- a/toastr/toastr.d.ts +++ b/toastr/toastr.d.ts @@ -129,6 +129,10 @@ interface ToastrOptions { * Function to execute on toast click */ onclick?: () => void; + /** + * Set if toastr should parse containing html + **/ + allowHtml?: boolean; } interface ToastrDisplayMethod {