Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Executes a method by name.
+The name of the method in the format 'package.struct.method'.
+Rest ...args: any[]The arguments to pass to the method.
+The result of the method execution.
+If the name is not a string or is not in the correct format.
+Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Dialog options
+Generated using TypeDoc
Dialog options
+Generated using TypeDoc
Dialog options
+Returns selected file or list of files. Returns blank string if no file is selected.
+Generated using TypeDoc
Dialog options
+Generated using TypeDoc
Dialog options
+Returns the selected file. Returns blank string if no file is selected.
+Generated using TypeDoc
Dialog options
+Generated using TypeDoc
Emits an event using the given event name.
+The name of the event to emit.
+Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Registers a callback function to be executed when the specified event occurs.
+The name of the event.
+The callback function to be executed. It takes no parameters.
+Generated using TypeDoc
Register a callback function to be called multiple times for a specific event.
+The name of the event to register the callback for.
+The callback function to be called when the event is triggered.
+The maximum number of times the callback can be called for the event. Once the maximum number is reached, the callback will no longer be called.
+Generated using TypeDoc
Registers a callback function to be executed only once for the specified event.
+The name of the event.
+The function to be executed when the event occurs.
+Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Retrieves environment details.
+Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
The main.js file in this directory is the entrypoint for the runtime.js file that may be
+loaded at runtime. This will add window.wails and window._wails to the global scope.
NOTE: It is preferable to use the @wailsio/runtime package to use the runtime.
After updating any files in this directory, you must run wails3 task build:runtime to regenerate the compiled JS.
Generated using TypeDoc
True if the button should cancel an operation when clicked.
+True if the button should be the default action when the user presses enter.
+Text that appears within the button.
+Generated using TypeDoc
Generated using TypeDoc
Array of button options to show in the dialog.
+True if the dialog should appear detached from the main window (if applicable).
+The main message to show in the dialog.
+The title of the dialog window.
+Generated using TypeDoc
Indicates if multiple selection is allowed.
+Indicates if other file types are allowed.
+Text to display on the button.
+Indicates if directories can be chosen.
+Indicates if files can be chosen.
+Indicates if directories can be created.
+Indicates if hidden extensions can be selected.
+Indicates if the dialog should appear detached from the main window.
+Directory to open in the dialog.
+Array of file filters.
+Indicates if the extension should be hidden.
+Message to show in the dialog.
+Indicates if aliases should be resolved.
+Indicates if hidden files should be shown.
+Title of the dialog.
+Indicates if file packages should be treated as directories.
+Generated using TypeDoc
Indicates if multiple selection is allowed.
+Indicates if other file types are allowed.
+Text to display on the button.
+Indicates if directories can be chosen.
+Indicates if files can be chosen.
+Indicates if directories can be created.
+Indicates if hidden extensions can be selected.
+Indicates if the dialog should appear detached from the main window.
+Directory to open in the dialog.
+Default filename to use in the dialog.
+Array of file filters.
+Indicates if the extension should be hidden.
+Message to show in the dialog.
+Indicates if aliases should be resolved.
+Indicates if hidden files should be shown.
+Title of the dialog.
+Indicates if file packages should be treated as directories.
+Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Contains the bounds of the screen in terms of X, Y, Width, and Height.
+Unique identifier for the screen.
+True if this is the primary monitor selected by the user in the operating system.
+Human readable name of the screen.
+Contains the X and Y coordinates of the screen's position.
+The rotation of the screen.
+The resolution scale of the screen. 1 = standard resolution, 2 = high (Retina), etc.
+Contains the width and height of the screen.
+Contains the area of the screen that is actually usable (excluding taskbar and other system UI).
+Generated using TypeDoc
Generated using TypeDoc
The architecture of the system.
+True if the application is running in debug mode, otherwise false.
+The operating system in use.
+Details of the operating system.
+Additional platform information.
+Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Generated using TypeDoc
Const Generated using TypeDoc
Const The window within which the script is running.
+Generated using TypeDoc
Hides a certain method by calling the HideMethod function.
+