Variable CORJ_MAKER_DEFAULT_OPTIONSConst

CORJ_MAKER_DEFAULT_OPTIONS: Readonly<{
    asJsonFormatsToApply: [CorjAsJsonFormat, CorjAsJsonFormat];
    asStringFormatsToApply: [CorjAsStringFormat, CorjAsStringFormat];
    childrenMetadataFields: {
        $schema: boolean;
        as_json_format: boolean;
        as_string_format: boolean;
        children_sources: boolean;
        v: boolean;
    };
    childrenSources: string[];
    makeReportId: ((__namedParameters) => string);
    maxChildrenLevel: 5;
    metadataFields: {
        $schema: boolean;
        as_json_format: boolean;
        as_string_format: boolean;
        children_sources: boolean;
        v: boolean;
    };
    onCaughtMaking: ((caught, __namedParameters) => void);
    parseStackToArray: false;
    printWarningsOnUnhandledErrors: true;
}> = ...

Type declaration

  • asJsonFormatsToApply: [CorjAsJsonFormat, CorjAsJsonFormat]
  • asStringFormatsToApply: [CorjAsStringFormat, CorjAsStringFormat]
  • childrenMetadataFields: {
        $schema: boolean;
        as_json_format: boolean;
        as_string_format: boolean;
        children_sources: boolean;
        v: boolean;
    }
    • $schema: boolean
    • as_json_format: boolean
    • as_string_format: boolean
    • children_sources: boolean
    • v: boolean
  • childrenSources: string[]
  • makeReportId: ((__namedParameters) => string)
      • (__namedParameters): string
      • Parameters

        • __namedParameters: {
              caught: unknown;
              index: number;
              level: number;
              path: string;
          }
          • caught: unknown
          • index: number
          • level: number
          • path: string

        Returns string

  • maxChildrenLevel: 5
  • metadataFields: {
        $schema: boolean;
        as_json_format: boolean;
        as_string_format: boolean;
        children_sources: boolean;
        v: boolean;
    }
    • $schema: boolean
    • as_json_format: boolean
    • as_string_format: boolean
    • children_sources: boolean
    • v: boolean
  • onCaughtMaking: ((caught, __namedParameters) => void)
  • parseStackToArray: false
  • printWarningsOnUnhandledErrors: true