• JMap.Application.Message.info

    Adds an info message in the application message stack for the current session.

    Parameters

    • message: string

      the text of the message

    • Optional options: JAppMessageOptions

      a JAppMessageOptions object

    Returns void

    Example

    const message = "You are here"
    JMap.Application.Message.info(message, { duration: 5000 })