Class NetworkViewer

Methods

  • Parameters

    • Optional transition: boolean

    Returns Promise<void>

  • Changes the view so that target is in the center.

    Parameters

    • target: NodeId | NodeId[]

      The NodeId of the node that the viewer will focus on. If target is undefined, the view will be reset to show the entire graph.

    • Optional transition: boolean

    Returns Promise<void>