Skip to main content
Version: 15.3.1

CDPSessionOnMessageObject interface

Signature:

export interface CDPSessionOnMessageObject

Properties

PropertyModifiersTypeDescription
error{ message: string; data: any; code: number; }
id?number(Optional)
methodstring
paramsRecord<string, unknown>
result?any(Optional)