Skip to main content
Version: 19.1.2

CDPSessionOnMessageObject interface

Signature:

export interface CDPSessionOnMessageObject

Properties

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