--- layout: posts title: Api - IChain Interface ---

A chain of paths which connect end to end.

Hierarchy

Index

Properties

Optional contains

contains: IChain[]

Chains that are contained within this chain. Populated when chains are found with the 'contain' option

endless

endless: boolean

Flag if this chain forms a loop end to end.

links

links: IChainLink[]

The links in this chain.

pathLength

pathLength: number

Total length of all paths in the chain.

Generated using TypeDoc