tyneq / QueryPlanPrinterOptions
Interface: QueryPlanPrinterOptions
Defined in: src/types/queryplan.ts:140
Options for QueryPlanPrinter.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
indent? | string | Indentation string per nesting level. Defaults to " " (two spaces). | src/types/queryplan.ts:142 |
arrow? | string | Arrow string between levels. Defaults to "->". | src/types/queryplan.ts:145 |
maxInlineArrayItems? | number | Maximum number of array items to render inline. Defaults to 3. | src/types/queryplan.ts:148 |