Type Alias TraverseFunction<TBody>
TraverseFunction: ( child: Leaf<TBody>, children: Leaf<TBody>[], index: number,) => boolean | void Type declaration
- (child: Leaf<TBody>, children: Leaf<TBody>[], index: number): boolean | void
Returns boolean | void