跳至主要内容
版本: 22.5.0

CDPEvents 类型

签名:

export type CDPEvents = {
[Property in keyof ProtocolMapping.Events]: ProtocolMapping.Events[Property][0];
};