Contents

sheets

An array of the sheets currently attached to the window.

Declaration

var sheets: [NSWindow] { get }

Discussion

The value of this property is an ordered array that contains—in top-to-bottom order—the presented sheets that are attached to the window, followed by queued sheets, in the order they were queued. The array doesn’t include nested sheets or subsheets.

See Also

Managing Sheets