Toast

class Toast(element: HTMLElement) : JsAny

External Bootstrap Toast class.

Constructors

Link copied to clipboard
constructor(element: HTMLElement)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun dispose()

Disposes the toast.

Link copied to clipboard
fun hide()

Hides the toast.

Link copied to clipboard
fun show()

Shows the toast.