2022-11-17 changelog
about 2 years ago by Marco Spinello
Miro Web SDK 2.0 supports board notifications
What's new
Miro Web SDK 2.0 notifications
Miro apps that use the Miro Web SDK 2.0 now can trigger notification messages to be displayed on the board UI:
showinfo
andshowError
are convenience methods that make it easier to configure notifications when either an informative or an error message, respectively, is the expected notification type that the app should produce.show
enables setting the notification type to eitherinfo
orerror
.
To display the notification message content, you can use either a string or a template literal.