MCPcopy Create free account
hub / github.com/electron/devtron / IpcEventDataIndexed

Interface IpcEventDataIndexed

src/types/shared.ts:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60export type SerialNumber = number;
61
62export interface IpcEventDataIndexed extends IpcEventData {
63 serialNumber: SerialNumber;
64 gotoSerialNumber?: SerialNumber; // For navigating to a specific event in the grid
65}
66
67export type MessagePanel =
68 | { type: typeof MSG_TYPE.PONG }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected