Skip to content

[Feature Request] Dev Tools Callback Graph - Allow hiding specific DashDependency objects #3587

@petar-qb

Description

@petar-qb

Related to the recent callback graph usability improvements, it would be extremely helpful to allow certain DashDependency objects to be completely excluded from the Dev Tools callback graph.

For example, being able to mark dependencies like the following as hidden:

Output("irrelevant_store", "data", hidden=True)

This would allow app authors to hide implementation details and internal wiring, keeping the callback graph focused on the dependencies that actually matter. For complex applications, this would significantly improve readability and reduce noise in the graph.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions