Type alias CorjReportIdContext

CorjReportIdContext: {
    caught: unknown;
    index: number;
    level: number;
    path: string;
}

Type declaration

  • caught: unknown
  • index: number

    -1 for the root, then the discovery index starting at 0.

  • level: number
  • path: string