Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDiagnosticsNode

Hierarchy

  • IDiagnosticsNode

Index

Properties

getAllowNameWrap

getAllowNameWrap: () => boolean

Type declaration

    • (): boolean
    • Returns boolean

getAllowTruncate

getAllowTruncate: () => boolean

Type declaration

    • (): boolean
    • Returns boolean

getAllowWrap

getAllowWrap: () => boolean

Type declaration

    • (): boolean
    • Returns boolean

getChildren

getChildren: () => IList<IDiagnosticsNode>

Type declaration

getEmptyBodyDescription

getEmptyBodyDescription: () => undefined | string

Type declaration

    • (): undefined | string
    • Returns undefined | string

getLevel

getLevel: () => DiagnosticLevel

Type declaration

getProperties

getProperties: () => IList<IDiagnosticsNode>

Type declaration

getValue

getValue: () => undefined | Object

Type declaration

    • (): undefined | Object
    • Returns undefined | Object

isFiltered

isFiltered: (minLevel: DiagnosticLevel) => boolean

Type declaration

linePrefix

linePrefix: undefined | string

name

name: undefined | string

showName

showName: boolean

showSeparator

showSeparator: boolean

style

toDescription

toDescription: (props: { parentConfiguration?: ITextTreeConfiguration }) => undefined | string

Type declaration

toString

toString: (props: { minLevel: DiagnosticLevel; parentConfiguration?: ITextTreeConfiguration }) => string

Type declaration

toStringDeep

toStringDeep: (props: { minLevel: DiagnosticLevel; parentConfiguration?: ITextTreeConfiguration; prefixLineOne: string; prefixOtherLines?: string }) => string

Type declaration

Generated using TypeDoc