Skip to main content
Question

How to create reaction/interaction using a React-figma?

  • May 23, 2023
  • 0 replies
  • 270 views

In plugin api, I found the code snippet below to achieve. But in React-Figma couldn’t able to find the way.

[
    { // reaction
        "action": {
            "type": "NODE",
            "destinationId": "2:1",
            "navigation": "NAVIGATE",
            "transition": null,
            "preserveScrollPosition": false
        },
        "trigger": {
            "type": "ON_CLICK"
        }
    }
    // additional reactions...
]
This topic has been closed for replies.