How to find the @ID in the REST webpage based on the variable card ID?
Issue type:
- :question: Question
Question:
I set up a variable card, its ID is 10, Part ID is 20, and its value is 822.
xyz is also the same as the one in the game, I just made sure this is my variable card ID.
I found the json with "value"=822 in the "http://localhost:3000/networkElement" webpage, showing @ID = 19.
I want to know if there is an accurate way for me to find the @id on the webpage through the variable card ID

Someone will answer your question soon. In the meantime, you might be able to get help more quickly on our Discord server.
Not possible atm unfortunately. Could be implemented though, so I'll mark this as a feature requests.
PRs are welcome!
I found that the actual data is mounted on the display pannel and captured by rest. I want to know exactly which id this pannel will be assigned to in rest. Although I found ContainerScreenPartDisplay, I still don't know how to get the id mapped in rest.
Expectation: Know the id of the pannel mapped in rest. Then render it on the gui If you can tell me how to get it, I will try to submit a PR. PS: I don't know how to modify your GUI page. I can only render to the tooltip of the copy button