Skip to main content

version-1-update-31

/working-in-figjam/--- title: Version 1, Update 31

Introducing FigJam Plugins for public beta! We're introducing a number of APIs and events to enable plugin development in FigJam.

New:

  • editorType is now required in manifests. Specifying an editorType will control the APIs your plugin has access to in each editor, and whether your plugin shows up in Figma Design or FigJam (or both).
  • figma.editorType: returns either figma or figjam and enables you to have conditional logic in your plugin depending on the editor it’s run in.

FigJam Plugins only: