Hyperlinkv0.8.0-beta.28

Graph

Graph.ExternalsConfiginterfaceeffect/Graph.ts:4806
ExternalsConfig

Configuration for selecting external nodes.

When to use

Use to configure how externals identifies graph boundary nodes when you need sinks with no outgoing edges or sources with no incoming edges.

Details

direction chooses which missing edge direction makes a node external: "outgoing" selects nodes with no outgoing edges, and "incoming" selects nodes with no incoming edges. If omitted, direction defaults to "outgoing".

modelsexternals
Source effect/Graph.ts:48063 lines
export interface ExternalsConfig {
  readonly direction?: Direction
}
Referenced by 1 symbols