Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "pretty/defaultSettings"

Index

Object literals

Object literals

Const defaultSettings

defaultSettings: object

Base settings, that is used as aa fallback when assigning partial options Type of settings is oneshotPrintTreeSettingsT beacause it's a widest case, and all other .print() and .stringify() (both oneshot-static and constructed instance) will consume 'oneshotPrintTreeSettingsT' as thier base level as well

export
constant

{printTreeOptionsT} defaultSettings

maxItemsPerLevel

maxItemsPerLevel: number[] = [30, 10]

maxLevel

maxLevel: number = 6

maxLineWidth

maxLineWidth: number = 80

renderer

renderer: AutodetectRenderer = new AutodetectRenderer()

themeStack

themeStack: { broad?: typeDependentBroadOnlyPartialDictionaryT<nodeThemeT>; fine?: typeDependentPartialDictionaryT<nodeThemeT>; global?: nodeThemeT }[] = [defaultTheme, noSimplestIcon]

logLineCallback

  • logLineCallback(line: string): void

Generated using TypeDoc