IterationOptions
type IterationOptions<Boxed> = object;Type Parameters
Section titled “Type Parameters”Boxed extends boolean
Properties
Section titled “Properties”collapseRuns?
Section titled “collapseRuns?”optional collapseRuns: boolean;leaveBoxed?
Section titled “leaveBoxed?”optional leaveBoxed: Boxed;skipBlanks?
Section titled “skipBlanks?”optional skipBlanks: "none" | "unpopulated" | "all";