JMap.Application.Message.info
Adds an info message in the application message stack for the current session.
the text of the message
Optional
a JAppMessageOptions object
const message = "You are here"JMap.Application.Message.info(message, { duration: 5000 }) Copy
const message = "You are here"JMap.Application.Message.info(message, { duration: 5000 })
JMap.Application.Message.info
Adds an info message in the application message stack for the current session.