Hierarchy

  • IToastOptions

Index

Properties

Optional closeButton

closeButton: undefined | false | true

Display the close button (true)

Optional escapeHtml

escapeHtml: undefined | false | true

Escape the message string (true)

Optional extendedTimeOut

extendedTimeOut: undefined | number

Timeout in ms toast remains visible after MouseLeave event (2000)

Optional opacity

opacity: undefined | number

Default opacity of the toast (0.9)

Optional preventDuplicates

preventDuplicates: undefined | false | true

Prevent showing the toast if a "similar" toast already exists (false)

Optional timeOut

timeOut: undefined | number

Timeout in ms before closing (5000)