getGraphAsync(config: RunnableConfig): Promise<Graph>| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | Configuration for generating the graph visualization |
Gets a drawable representation of the graph structure. This is an async version of getGraph() and is the preferred method to use.