interface Runtime.CallArgument
Usage
import { type Runtime } from "node:inspector"; type { CallArgument } = Runtime;
Represents function call argument. Either remote object id objectId, primitive value, unserializable primitive value or neither of (for undefined) them should be specified.
optional
unserializableValue: UnserializableValue | undefined
Primitive value which can not be JSON-stringified.