How is this figma message/output called?

How is this type of message (or output) called?

I learned that it should also come up, when running a plugin or as a plugin output, but somehow it doesn’t appear when I run the plugin. Any tipps?

Thanks Tank,

This works…

BUT, when i run it with e.g. Figma.closePlugin(‘No element selected!’)
Nothing comes out although the plugin is closed.

Also this here is never shown, but I saw it in a video:
image

(But the plugin runs. I checked it in the console. :slight_smile: )

This should work.

This system notification appears when any plugin is launched. If you don’t see it, your plugin may be instantly loading and executing code. To see this notification, you can call some expensive function (immediately during plugin launch) or simulate lazy loading, for example, using setTimeout.