Type Alias LayerIteratorNextType<W>

LayerIteratorNextType<W>: [layer: Layer<W>, layerName: string | null]

A tuple with a layer and the name of that layer (or null if it is an unnamed layer). For internal use only.

Type Parameters