Version 1, Update 108
To help developers enhance decks and presentations, Figma Slides now supports plugins! You can use the new API features to effectively enable users to create beautiful, functional slide decks.
New:
- Figma's Plugin API typings now support Figma Slides.
- Figma Slides has four new node types: SLIDE, SLIDE_ROW, SLIDE_GRID, and INTERACTIVE_SLIDE_ELEMENT.
figma.editorTypecan now returnslideswhen a plugin is running in Figma Slides.figma.viewport.slidesModecan be used to toggle betweengridview orsingle-slideview.figma.currentPage.focusedSlideidentifies the slide currently focused on in the interface.figma.getSlideGrid()returns the slide grid, a 2D representation of slides within a deck.figma.setSlideGrid()is used to reorder slides in the grid.getSlideTransition()gets the current transition for a givenSLIDEnode.setSlideTransition()is used to set the transition for a givenSLIDEnode.
For more information, see the Working in Slides guide.