hideUI

hideUI

Hide the plugin window, without stopping the plugin.

framer.hideUI()

The plugin continues to run in the background after hiding. Use setBackgroundMessage to communicate status while hidden.

Returns

  • Promise<void>