Skip to content
Apiary

IterationOptions

type IterationOptions<Boxed> = object;

Boxed extends boolean

optional collapseRuns?: boolean;

optional leaveBoxed?: Boxed;

optional skipBlanks?: "none" | "unpopulated" | "all";