We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf4961 commit a2c6b6fCopy full SHA for a2c6b6f
haxe/ui/containers/dialogs/Dialogs.hx
@@ -26,6 +26,9 @@ typedef SelectedFileInfo = { > FileInfo,
26
@:optional var fullPath:String;
27
}
28
29
+#if haxeui_expose_all
30
+@:expose
31
+#end
32
class FileDialogTypes {
33
public static inline var ANY:Array<FileDialogExtensionInfo> = null;
34
0 commit comments