PingMessage
Defined in: types.ts:106
DevTools 状态探测消息。
Extends
DevToolsMessage<null>
Properties
direction
direction: "devtools-to-page";
Defined in: types.ts:108
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: "PING";
Defined in: types.ts:107