Showing plugins in the Properties panel

Hello, is it possible to allow a plugin to always be accessible from the Plugins section in the Properties panel? I’m trying to accomplish this when there is no node selected.

The docs for setRelaunchData show an example of what I’m looking for, but I want to be able to do this without setting relaunch data, as the plugin is not linked to any specific node.

Thanks

figma.root.setRelaunchData({ command: ""})

This will add your plugin to the DocumentNode and will show up in the properties panel when no object is selected.

Thanks @tank666 , that worked