Hi,
i have a forge app that uses the UIkit and i need to create some custom Ui (it is a simple html file) and i used the frame component to display it however i am wondering if i can send some data from the custom component to the forge app, in the documentation i couldn’t find much explaining how to do it.
thanks.
Yep, totally doable:
- Set up your backend forge function using Resolver (
@forge/resolver
). - Call it from your Custom UI with
invoke
from@forge/bridge
.
More info here if you need it: Forge Resolver – Atlassian Developer
1 Like