Skip to content

GraphPluginInstance.openLocalGraph method

GraphPluginInstance › openLocalGraph

Unofficial

Open the local graph view for the current file.

Signature:

openLocalGraph(checking: boolean): true | undefined

Parameters:

Parameter Type Description
checking boolean Whether to only check if the command can be executed.

Returns: true | undefinedtrue if the command can be executed, or undefined.