I need access to figma global object in ui.tsx file. How i can get it? In code.ts it’s work, but in ui.tsx no 😦
Page 1 / 1
It’s impossible. If you want to access the global object from the UI, then you need to send a message from the UI to the plugin code, and then in the plugin code access the figma
global object.
Please see the developer documentation for an example: Creating a User Interface | Plugin API
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.