Skip to main content

breakLength

property InspectOptions.breakLength

The length at which input values are split across multiple lines. Set to Infinity to format the input as a single line (in combination with compact set to true or any number >= 1).

number | undefined
Back to top