Skip to content

SimulatedEvent

SimulatedEvent = { type: "closed"; } | { type: "focused"; } | { type: "blurred"; } | { type: "maximized"; } | { type: "unmaximized"; } | { type: "minimized"; } | { type: "restored"; } | { type: "shown"; } | { type: "hidden"; } | { type: "enterFullscreen"; } | { type: "leaveFullscreen"; } | { bounds: Bounds; type: "boundsChanged"; } | { type: "userCloseRequested"; } | { display: DisplayInfo; type: "displayChanged"; } | { type: "ready"; }

Defined in: testing/index.ts:105

Event without ID for simulation