Skip to content

tyneq


tyneq / QueryPlanPrinterOptions

Interface: QueryPlanPrinterOptions

Defined in: src/types/queryplan.ts:140

Options for QueryPlanPrinter.

Properties

PropertyTypeDescriptionDefined in
indent?stringIndentation string per nesting level. Defaults to " " (two spaces).src/types/queryplan.ts:142
arrow?stringArrow string between levels. Defaults to "->".src/types/queryplan.ts:145
maxInlineArrayItems?numberMaximum number of array items to render inline. Defaults to 3.src/types/queryplan.ts:148