Display styled and prominent messages to end users during and after workflow execution.
typ
parameter affects how your message is styled. It currently accepts three options:
info
warning
error
data
parameter contains the message to be displayed. It’s represented as a Python dict
and requires two inputs,
title
: The title of your messagebody
: The contents of your messagelatch.functions.messages
under the API docs.