Modal Help

I have created a Context Menu Builder using Reciple (TS) with the file name
1️⃣ AddIt.ts
, I also have modals handler
2️⃣ Modals.ts
. I want to show the modal (from
1️⃣
, already did that part of code), then wait for user input and when the user submits the modal, I want the information back from
2️⃣
to the command file (
1️⃣
)
Was this page helpful?