Type alias WindowPresence

WindowPresence: WindowInfo | WindowAbsence

Presence of a window at a point in time within a recording.

Encoded as a flat object discriminated by type. Mirrors the Swift RKWindowPresence enum.

Remarks

The present member (WindowInfo) carries the window's position, size and identifying metadata at that moment; the absent member (WindowAbsence) marks a time at which the tracked window was not present (e.g. closed, minimized, or moved to another Space).

Generated using TypeDoc