Skip to main content
Runtime.ConsoleAPICalledEventDataType - node__inspector--promises.d.ts - Node documentation
interface Runtime.ConsoleAPICalledEventDataType

Usage in Deno

```typescript import { Runtime } from "node:node__inspector--promises.d.ts"; ```

Properties

type: string
Type of the call.
Call arguments.
Identifier of the context where the call was made.
Call timestamp.
optional
stackTrace: StackTrace | undefined
Stack trace captured when the call was made.
optional
context: string | undefined
Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context.