Class: blueprintjs.MinimalToast

blueprintjs.blueprintjs.MinimalToast(container, message, intent, timeout)

A skeleton to ease the creation of a minimal Blueprintjs toast element.

Constructor

new blueprintjs.MinimalToast(container, message, intent, timeout)

Parameters:
Name Type Description
container Element

the parent element.

message string

the message to display.

intent string

the message intent in {none, primary, success, warning, danger} (optional).

timeout number

the number of milliseconds to wait before automatically dismissing the toast (optional).

Source:

Extends

  • blueprintjs.Blueprintjs