Contents

windowNumbers(options:)

Returns the window numbers for all visible windows satisfying the specified options.

Declaration

class func windowNumbers(options: NSWindow.NumberListOptions = []) -> [NSNumber]?

Parameters

Return Value

An array of window numbers for all visible windows satisfying the specified options. (Windows on the active space are returned in z-order; that is, front to back.)

See Also

Accessing Window Information