Skip to main content
Question

plugin for figma playbackSettings property

  • June 19, 2023
  • 1 reply
  • 344 views

I’m building a plugin for figma in js + typescript. In a desktop application, when I output SceneNode, there is a playbackSettings property there. There is no such property in the documentation and typescript swears that there is no such property. What is it for?

This topic has been closed for replies.

1 reply

tank666
  • 4873 replies
  • June 19, 2023

This property is designed to work with video. For example, you can control autoplay, looping, and mute.

There is no bug in the Plugin API here. But perhaps the Figma team will notice your post and add this property to the documentation and typing file.