Skip to main content
Konstantin_Demblin
New Member
April 14, 2025
Solved

FigjJam: What api call hides a FigJam section the same way as the interface does?

  • April 14, 2025
  • 2 replies
  • 290 views

How to do the same with code that can be done via the UI (or the shortcut “Shift”+”Command” + “H”)?

The “visible=true” property hides the section completely and not the same way as it can be done through the UI.
 

 

This topic has been closed for replies.
Best answer by tank666

The sectionContentsHidden property is responsible for this.

2 replies

tank666
tank666Answer
April 14, 2025

The sectionContentsHidden property is responsible for this.

UX/UI designer. Figma expert. Creator and developer of plugins and widgets for Figma and FigJam. Check out my resources in Figma Community: figma.com/@tank
Konstantin_Demblin
New Member
April 15, 2025

Thank you, that’s what I was looking for. 🙈