---
layout: posts
title: Api - IChainCallback Interface
---
Callable
- __call(chains: IChain[], loose: IWalkPath[], layer: string, ignored?: IWalkPath[]): void
-
Parameters
-
chains: IChain[]
-
loose: IWalkPath[]
-
layer: string
-
Optional ignored: IWalkPath[]
Returns void
Callback to model.findChains() with resulting array of chains and unchained paths.