A Boolean value that indicates whether the window has ever run as a modal sheet.
SDK
- macOS 10.1+
Framework
- App
Kit
Declaration
var isSheet: Bool { get }
Discussion
The value of this property is true
if the window has ever run as a modal sheet; otherwise, false
.