Skip to main content
Solved

Get Figma version using Plugin API

  • March 5, 2025
  • 2 replies
  • 179 views

yoshio
  • New Participant
  • 14 replies

Hi all.

I want to get the Figma version using the plugin API.

 

Best answer by tank666

It is not possible to get the Figma Desktop App version using the Plugin API, but you can get this information from the user agent using the Web API.

This topic has been closed for replies.

2 replies

tank666
  • 4873 replies
  • Answer
  • March 5, 2025

It is not possible to get the Figma Desktop App version using the Plugin API, but you can get this information from the user agent using the Web API.


yoshio
  • Author
  • New Participant
  • 14 replies
  • March 6, 2025

Thanks tank666.

You've helped me figure it out.

Thanks for the great suggestion.