For AI agents: visit https://developers.miro.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Miro apps that use the Miro Web SDK 2.0 now can trigger notification messages to be displayed on the board UI:
showinfo and showError 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 either info or error.
To display the notification message content, you can use either a string or a template literal.