Interface PrintObjOptions

Hierarchy

  • PrintObjOptions

Properties

backChars: number
ellipsis: string
excludeConstructors: Predicate<Function> | Function[]
excludeTypes: string[] | Predicate<string>
indent: number
indentChars: string
indented: boolean
maxDepth: number
maxLines: number
maxPropertiesPerObject: number
maxValueLength: number
maxValuesPerArray: number
onlyEnumerableProperties: boolean
propertyOrder: "byName" | "byTypeAndName"
showStacktrace: boolean

Generated using TypeDoc