NativeDialogPropertyName
public enum NativeDialogPropertyName : String, PropertyNameProtocol
Undocumented
-
Whether the window should be modal with respect to its transient parent.
Declaration
Swift
case modal = "modal"
-
The title of the dialog window
Declaration
Swift
case title = "title"
-
The transient parent of the dialog, or
nil
for none.Declaration
Swift
case transientFor = "transient-for"
-
Whether the window is currenlty visible.
Declaration
Swift
case visible = "visible"