Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LayoutGraph

Hierarchy

  • LayoutGraph

Implemented by

Index

Methods

  • applySnapshot(snapshot: GraphSnapshot): void
  • applyTransform(transform: TransformFunction): void
  • clear(): void
  • findNeighbors(id: NodeId, options?: FindNeighborsOptions): Neighbor[]
  • getSnapshot(options?: GraphSnapshotOptions): GraphSnapshot
  • Parameters

    • Optional options: GraphSnapshotOptions

    Returns GraphSnapshot

  • hideEdges(ids: EdgeId[]): void
  • hideNodes(ids: NodeId[]): void
  • setNodeCollection(id: NodeId, collection: NodeCollection): void
  • showEdges(ids: EdgeId[]): void
  • showNodes(ids: NodeId[]): void

Generated using TypeDoc