Category: How do I do X?
Updated

This solution is summarized from an archived support forum post. This information may have changed. If you notice an error, please let us know in Discord.

How do I see Widget dependencies?

Issue

I want to see what other elements in my code are using a specific widget before I remove it. However, there is no current way to do this in the software.

Resolution

The user's question was whether there is a way to see all the dependencies of a specific widget, i.e., what other components or entities use that widget. Unfortunately, this is not possible currently. However, the user's use case was to determine which widgets were unused and could be safely removed during code clean-up.

The solution offered was to review the properties pane for the widget in question. At the top of the pane, the user can see a list of the entities that the widget uses and those that use the widget. This should help the user decide whether they can safely remove the widget without impacting other parts of the codebase.

No code examples were necessary as this is a feature built into the user interface, but it is essential to note that this tip applies specifically to the software or platform that the user is working with and may not be applicable to other frameworks or environments.