Interface Message

Index

Methods

Methods

public cancel()

If the message is associated with an ajax request or is counting down to retry, cancel it.

public hide()

Hide the message, if it's hidden.

public show()

Show the message, if it's hidden.

public update(options: MessageOptions)

Update the message with the provided options.

Parameters