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...
]