Skip to content

Obtain all callback relationship data on the server-side without going through the app instance #3402

@CNFeffery

Description

@CNFeffery

I'm testing the development of additional features related to the query and analysis of global callback function relationships based on the new hooks.devtool(introduced starting from Dash 3.2.0). How can I obtain all known callback function relationship data on the server-side without relying on a specific app instance, since it's impossible to directly obtain the app instance in the hooks project.

At present, I only know a skillful method to obtain relevant information through javascript in the browser-side environment:

dash_stores[0].getState().dependenciesRequest.content

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions