Time the event occurred in the recording.
ID of the window.
Optional windowTitle of the window.
Optional spaceIDID of the macOS Space where this window lives (can be used to detect space changes).
Mirrors a Swift UInt64; for very large Space IDs this can exceed JavaScript's
Number.MAX_SAFE_INTEGER. (WindowInfo.windowID and WindowInfo.applicationID
are 32-bit and not affected.)
Optional applicationIDID of the application the window belongs to.
Optional applicationTitle of the application the window belongs to.
X-axis position of the window relative to the top left of recorded area, ranging from 0 to 1.
Y-axis position of the window relative to the top left of recorded area, ranging from 0 to 1.
Width of the window relative to the top left of recorded area, ranging from 0 to 1.
Height of the window relative to the top left of recorded area, ranging from 0 to 1.
Generated using TypeDoc
Information about a window that is present at a point in time within a recording.
Mirrors the Swift
RKWindowInfostruct (thepresentcase ofRKWindowPresence).