GraphPluginInstance.openLocalGraph method
GraphPluginInstance › openLocalGraph
Unofficial
Open the local graph view for the current file.Signature:
openLocalGraph(checking: boolean): true | undefinedParameters:
| Parameter | Type | Description |
|---|---|---|
| checking | boolean | Whether to only check if the command can be executed. |
Returns: true | undefined — true if the command can be executed, or undefined.