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
nilfor none.Declaration
Swift
case transientFor = "transient-for" -
Whether the window is currently visible.
Declaration
Swift
case visible = "visible"
View on GitHub
Install in Dash
NativeDialogPropertyName Enumeration Reference