HandshakeAckMessage
Defined in: types.ts:49
握手确认消息。
Extends
DevToolsMessage<null>
Properties
direction
direction: "devtools-to-page";
Defined in: types.ts:51
Overrides
payload
payload: null;
Defined in: types.ts:36
Inherited from
sequence
sequence: number;
Defined in: types.ts:38
Inherited from
source
source: "@aiao/rxdb-devtools";
Defined in: types.ts:33
Inherited from
tabId?
optional tabId?: number;
Defined in: types.ts:39
Inherited from
timestamp
timestamp: number;
Defined in: types.ts:37
Inherited from
type
type: "HANDSHAKE_ACK";
Defined in: types.ts:50