From e3ed07997ea9afcc8948aad33160c027fe0e2891 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 31 Jan 2025 20:06:44 +0000 Subject: [PATCH] chore: Publish @wailsio/runtime 3.0.0-alpha.47 --- .../docs/classes/Events.WailsEvent.html | 4 +-- .../docs/functions/Application.Hide.html | 2 +- .../docs/functions/Application.Quit.html | 2 +- .../docs/functions/Application.Show.html | 2 +- .../docs/functions/Browser.OpenURL.html | 2 +- .../runtime/docs/functions/Call.ByID.html | 2 +- .../runtime/docs/functions/Call.ByName.html | 2 +- .../runtime/docs/functions/Call.Call.html | 2 +- .../runtime/docs/functions/Call.Plugin.html | 2 +- .../docs/functions/Clipboard.SetText.html | 2 +- .../docs/functions/Clipboard.Text.html | 2 +- .../runtime/docs/functions/Create.Any.html | 2 +- .../runtime/docs/functions/Create.Array.html | 2 +- .../docs/functions/Create.ByteSlice.html | 2 +- .../runtime/docs/functions/Create.Map.html | 2 +- .../docs/functions/Create.Nullable.html | 2 +- .../runtime/docs/functions/Create.Struct.html | 2 +- .../runtime/docs/functions/Dialogs.Error.html | 2 +- .../runtime/docs/functions/Dialogs.Info.html | 2 +- .../docs/functions/Dialogs.OpenFile.html | 2 +- .../docs/functions/Dialogs.Question.html | 2 +- .../docs/functions/Dialogs.SaveFile.html | 2 +- .../docs/functions/Dialogs.Warning.html | 2 +- .../runtime/docs/functions/Events.Emit.html | 2 +- .../runtime/docs/functions/Events.Off.html | 2 +- .../runtime/docs/functions/Events.OffAll.html | 2 +- .../runtime/docs/functions/Events.On.html | 2 +- .../docs/functions/Events.OnMultiple.html | 2 +- .../runtime/docs/functions/Events.Once.html | 2 +- .../runtime/docs/functions/Events.setup.html | 2 +- .../runtime/docs/functions/Flags.GetFlag.html | 2 +- .../docs/functions/Screens.GetAll.html | 2 +- .../docs/functions/Screens.GetCurrent.html | 2 +- .../docs/functions/Screens.GetPrimary.html | 2 +- .../docs/functions/System.Capabilities.html | 2 +- .../docs/functions/System.Environment.html | 2 +- .../docs/functions/System.IsAMD64.html | 2 +- .../runtime/docs/functions/System.IsARM.html | 2 +- .../docs/functions/System.IsARM64.html | 2 +- .../docs/functions/System.IsDarkMode.html | 2 +- .../docs/functions/System.IsDebug.html | 2 +- .../docs/functions/System.IsLinux.html | 2 +- .../runtime/docs/functions/System.IsMac.html | 2 +- .../docs/functions/System.IsWindows.html | 2 +- .../runtime/docs/functions/System.invoke.html | 2 +- .../runtime/docs/functions/WML.Enable.html | 2 +- .../runtime/docs/functions/WML.Reload.html | 2 +- .../@wailsio/runtime/docs/functions/init.html | 2 +- .../docs/interfaces/Dialogs.Button.html | 8 ++--- .../docs/interfaces/Dialogs.FileFilter.html | 6 ++-- .../Dialogs.MessageDialogOptions.html | 10 +++--- .../Dialogs.OpenFileDialogOptions.html | 34 +++++++++--------- .../Dialogs.SaveFileDialogOptions.html | 36 +++++++++---------- .../runtime/docs/interfaces/Screens.Rect.html | 10 +++--- .../docs/interfaces/Screens.Screen.html | 26 +++++++------- .../runtime/docs/interfaces/Screens.Size.html | 6 ++-- .../interfaces/System.EnvironmentInfo.html | 12 +++---- .../docs/interfaces/System.OSInfo.html | 10 +++--- .../runtime/docs/modules/Application.html | 2 +- .../runtime/docs/modules/Browser.html | 2 +- .../@wailsio/runtime/docs/modules/Call.html | 2 +- .../runtime/docs/modules/Clipboard.html | 2 +- .../@wailsio/runtime/docs/modules/Create.html | 2 +- .../runtime/docs/modules/Dialogs.html | 2 +- .../@wailsio/runtime/docs/modules/Events.html | 2 +- .../@wailsio/runtime/docs/modules/Flags.html | 2 +- .../runtime/docs/modules/Screens.html | 2 +- .../@wailsio/runtime/docs/modules/System.html | 2 +- .../@wailsio/runtime/docs/modules/WML.html | 2 +- .../runtime/docs/variables/Events.Types.html | 2 +- .../runtime/docs/variables/Window.html | 2 +- .../desktop/@wailsio/runtime/package.json | 2 +- 72 files changed, 142 insertions(+), 142 deletions(-) diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/classes/Events.WailsEvent.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/classes/Events.WailsEvent.html index 70aae61ca..abac4e6dc 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/classes/Events.WailsEvent.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/classes/Events.WailsEvent.html @@ -1,4 +1,4 @@ -WailsEvent | @wailsio/runtime

Constructors

constructor +WailsEvent | @wailsio/runtime

Constructors

Properties

Constructors

Properties

data: any
name: any

Generated using TypeDoc

\ No newline at end of file +

Constructors

Properties

data: any
name: any

Generated using TypeDoc

\ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Application.Hide.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Application.Hide.html index 5dafe76dd..a0e4f9eba 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Application.Hide.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Application.Hide.html @@ -1,2 +1,2 @@ Hide | @wailsio/runtime
  • Hides a certain method by calling the HideMethod function.

    -

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Application.Quit.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Application.Quit.html index 6d32b7305..55c059804 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Application.Quit.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Application.Quit.html @@ -1,2 +1,2 @@ Quit | @wailsio/runtime
  • Calls the QuitMethod to terminate the program.

    -

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Application.Show.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Application.Show.html index 74ef89ee3..fcdad2a52 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Application.Show.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Application.Show.html @@ -1,2 +1,2 @@ Show | @wailsio/runtime
  • Calls the ShowMethod and returns the result.

    -

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Browser.OpenURL.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Browser.OpenURL.html index be3313857..63285498d 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Browser.OpenURL.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Browser.OpenURL.html @@ -1,3 +1,3 @@ OpenURL | @wailsio/runtime
  • Open a browser window to the given URL

    Parameters

    • url: string

      The URL to open

      -

    Returns Promise<string>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<string>

Generated using TypeDoc

\ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.ByID.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.ByID.html index d8362cbcc..73108543d 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.ByID.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.ByID.html @@ -4,4 +4,4 @@

Returns any

-

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.ByName.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.ByName.html index e91347810..f1be9f544 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.ByName.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.ByName.html @@ -3,4 +3,4 @@
  • Rest ...args: any[]

    The arguments to pass to the method.

  • Returns any

    The result of the method execution.

    Throws

    If the name is not a string or is not in the correct format.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.Call.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.Call.html index 7577cd6ed..a6d477480 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.Call.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.Call.html @@ -3,4 +3,4 @@

    Returns Object

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.Plugin.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.Plugin.html index 6ca0b93fc..4ef254eb4 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.Plugin.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.Plugin.html @@ -5,4 +5,4 @@

    Returns any

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Clipboard.SetText.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Clipboard.SetText.html index 0b08c4d57..c2e73d76f 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Clipboard.SetText.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Clipboard.SetText.html @@ -3,4 +3,4 @@

    Returns Promise<any>

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Clipboard.Text.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Clipboard.Text.html index dcc1d9b60..6c3f78368 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Clipboard.Text.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Clipboard.Text.html @@ -1,3 +1,3 @@ Text | @wailsio/runtime
    • Get the Clipboard text

      Returns Promise<string>

      A promise that resolves with the text from the Clipboard.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Any.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Any.html index 4a3631468..aee846660 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Any.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Any.html @@ -1,2 +1,2 @@ Any | @wailsio/runtime
    • Any is a dummy creation function for simple or unknown types.

      -

      Type Parameters

      • T

      Parameters

      • source: any

      Returns T

    Generated using TypeDoc

    \ No newline at end of file +

    Type Parameters

    Parameters

    Returns T

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Array.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Array.html index f330337af..e064597f2 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Array.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Array.html @@ -1,4 +1,4 @@ Array | @wailsio/runtime
    • Array takes a creation function for an arbitrary type and returns an in-place creation function for an array whose elements are of that type.

      -

      Type Parameters

      • T

      Parameters

      • element: ((source) => T)
          • (source): T
          • Parameters

            • source: any

            Returns T

      Returns ((source) => T[])

        • (source): T[]
        • Parameters

          • source: any

          Returns T[]

    Generated using TypeDoc

    \ No newline at end of file +

    Type Parameters

    Parameters

    Returns ((source) => T[])

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.ByteSlice.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.ByteSlice.html index 25fda28da..c3a9ba1dc 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.ByteSlice.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.ByteSlice.html @@ -1,3 +1,3 @@ ByteSlice | @wailsio/runtime
    • ByteSlice is a creation function that replaces null strings with empty strings.

      -

      Parameters

      • source: any

      Returns string

    Generated using TypeDoc

    \ No newline at end of file +

    Parameters

    Returns string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Map.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Map.html index 637af030f..9d3f633d6 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Map.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Map.html @@ -1,4 +1,4 @@ Map | @wailsio/runtime
    • Map takes creation functions for two arbitrary types and returns an in-place creation function for an object whose keys and values are of those types.

      -

      Type Parameters

      • K
      • V

      Parameters

      • key: ((source) => K)
          • (source): K
          • Parameters

            • source: any

            Returns K

      • value: ((source) => V)
          • (source): V
          • Parameters

            • source: any

            Returns V

      Returns ((source) => {
          [_: K]: V;
      })

        • (source): {
              [_: K]: V;
          }
        • Parameters

          • source: any

          Returns {
              [_: K]: V;
          }

    Generated using TypeDoc

    \ No newline at end of file +

    Type Parameters

    Parameters

    Returns ((source) => {
        [_: K]: V;
    })

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Nullable.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Nullable.html index 3c6ff1103..fe62028e9 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Nullable.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Nullable.html @@ -1,3 +1,3 @@ Nullable | @wailsio/runtime
    • Nullable takes a creation function for an arbitrary type and returns a creation function for a nullable value of that type.

      -

      Type Parameters

      • T

      Parameters

      • element: ((source) => T)
          • (source): T
          • Parameters

            • source: any

            Returns T

      Returns ((source) => null | T)

        • (source): null | T
        • Parameters

          • source: any

          Returns null | T

    Generated using TypeDoc

    \ No newline at end of file +

    Type Parameters

    Parameters

    Returns ((source) => null | T)

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Struct.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Struct.html index 46d191c8f..3a6c01c22 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Struct.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Create.Struct.html @@ -1,3 +1,3 @@ Struct | @wailsio/runtime
    • Struct takes an object mapping field names to creation functions and returns an in-place creation function for a struct.

      -

      Type Parameters

      • T extends {
            [_: string]: ((source) => any);
        }
      • U extends {
            [Key in string | number | symbol]?: ReturnType<T[Key]>
        }

      Parameters

      • createField: T

      Returns ((source) => U)

        • (source): U
        • Parameters

          • source: any

          Returns U

    Generated using TypeDoc

    \ No newline at end of file +

    Type Parameters

    Parameters

    Returns ((source) => U)

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.Error.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.Error.html index 5b4735692..43a13c29b 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.Error.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.Error.html @@ -2,4 +2,4 @@

    Returns Promise<string>

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.Info.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.Info.html index c7be037e6..e8a69b99e 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.Info.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.Info.html @@ -2,4 +2,4 @@

    Returns Promise<string>

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.OpenFile.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.OpenFile.html index 746dbaaed..185133208 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.OpenFile.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.OpenFile.html @@ -1,3 +1,3 @@ OpenFile | @wailsio/runtime
    • Parameters

      Returns Promise<string | string[]>

      Returns selected file or list of files. Returns blank string if no file is selected.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.Question.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.Question.html index 126cc7a74..46de038a3 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.Question.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.Question.html @@ -2,4 +2,4 @@

    Returns Promise<string>

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.SaveFile.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.SaveFile.html index 703593c1d..ae70be726 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.SaveFile.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.SaveFile.html @@ -1,3 +1,3 @@ SaveFile | @wailsio/runtime
    • Parameters

      Returns Promise<string>

      Returns the selected file. Returns blank string if no file is selected.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.Warning.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.Warning.html index b37c755e3..4bcc0183d 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.Warning.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Dialogs.Warning.html @@ -2,4 +2,4 @@

    Returns Promise<string>

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.Emit.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.Emit.html index 797f2d0f6..7294434bf 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.Emit.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.Emit.html @@ -3,4 +3,4 @@

    Returns any

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.Off.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.Off.html index 5e34fe378..ab411c4b8 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.Off.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.Off.html @@ -1,4 +1,4 @@ Off | @wailsio/runtime
    • Removes event listeners for the specified event names.

      Parameters

      • eventName: string

        The name of the event to remove listeners for.

      • Rest ...additionalEventNames: string[]

        Additional event names to remove listeners for.

        -

      Returns undefined

    Generated using TypeDoc

    \ No newline at end of file +

    Returns undefined

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.OffAll.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.OffAll.html index fdd326d95..f73fbdaa4 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.OffAll.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.OffAll.html @@ -1,3 +1,3 @@ OffAll | @wailsio/runtime
    • Removes all event listeners.

      Returns void

      Function

      OffAll

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.On.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.On.html index 3cb5f241a..ebb880927 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.On.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.On.html @@ -4,4 +4,4 @@

    Returns Function

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.OnMultiple.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.OnMultiple.html index fd61f0963..efdbe4c92 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.OnMultiple.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.OnMultiple.html @@ -5,4 +5,4 @@

    Returns Function

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.Once.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.Once.html index 5d45bd527..d4aeed516 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.Once.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.Once.html @@ -4,4 +4,4 @@

    Returns Function

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.setup.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.setup.html index 464aa6004..fb5607334 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.setup.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Events.setup.html @@ -1 +1 @@ -setup | @wailsio/runtime

    Generated using TypeDoc

    \ No newline at end of file +setup | @wailsio/runtime

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Flags.GetFlag.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Flags.GetFlag.html index 95f2951f6..cde4139fe 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Flags.GetFlag.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Flags.GetFlag.html @@ -3,4 +3,4 @@

    Returns any

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Screens.GetAll.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Screens.GetAll.html index 3a7ca231a..afc3f76e6 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Screens.GetAll.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Screens.GetAll.html @@ -1,3 +1,3 @@ GetAll | @wailsio/runtime
    • Gets all screens.

      Returns Promise<Screen[]>

      A promise that resolves to an array of Screen objects.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Screens.GetCurrent.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Screens.GetCurrent.html index 0df6eeb58..2db662c6e 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Screens.GetCurrent.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Screens.GetCurrent.html @@ -1,3 +1,3 @@ GetCurrent | @wailsio/runtime
    • Gets the current active screen.

      Returns Promise<Screen>

      A promise that resolves with the current active screen.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Screens.GetPrimary.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Screens.GetPrimary.html index 1ea1e1f49..2f8555cf8 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Screens.GetPrimary.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Screens.GetPrimary.html @@ -1,3 +1,3 @@ GetPrimary | @wailsio/runtime
    • Gets the primary screen.

      Returns Promise<Screen>

      A promise that resolves to the primary screen.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.Capabilities.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.Capabilities.html index 523bbbe0b..60d540600 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.Capabilities.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.Capabilities.html @@ -1,4 +1,4 @@ Capabilities | @wailsio/runtime
    • Fetches the capabilities of the application from the server.

      Returns Promise<Object>

      A promise that resolves to an object containing the capabilities.

      Async

      Function

      Capabilities

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.Environment.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.Environment.html index 09dc043dd..2febc992a 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.Environment.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.Environment.html @@ -2,4 +2,4 @@
  • A promise that resolves to an object containing OS and system architecture.
  • Function

    Retrieves environment details.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsAMD64.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsAMD64.html index 6a3825b00..545bb6287 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsAMD64.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsAMD64.html @@ -1,3 +1,3 @@ IsAMD64 | @wailsio/runtime
    • Checks if the current environment architecture is AMD64.

      Returns boolean

      True if the current environment architecture is AMD64, false otherwise.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsARM.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsARM.html index a4671a11c..9f8ad495e 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsARM.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsARM.html @@ -1,3 +1,3 @@ IsARM | @wailsio/runtime
    • Checks if the current architecture is ARM.

      Returns boolean

      True if the current architecture is ARM, false otherwise.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsARM64.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsARM64.html index aec798681..496c86284 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsARM64.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsARM64.html @@ -2,4 +2,4 @@

    Returns boolean

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsDarkMode.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsDarkMode.html index 88ca48b39..c6ee1f40f 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsDarkMode.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsDarkMode.html @@ -2,4 +2,4 @@
  • A promise that resolves to a boolean value indicating if the system is in dark mode.
  • Function

    Retrieves the system dark mode status.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsDebug.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsDebug.html index 8f568ba51..13660e444 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsDebug.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsDebug.html @@ -1 +1 @@ -IsDebug | @wailsio/runtime

    Generated using TypeDoc

    \ No newline at end of file +IsDebug | @wailsio/runtime

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsLinux.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsLinux.html index c90b54bdc..330c0676b 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsLinux.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsLinux.html @@ -1,3 +1,3 @@ IsLinux | @wailsio/runtime
    • Checks if the current operating system is Linux.

      Returns boolean

      Returns true if the current operating system is Linux, false otherwise.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsMac.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsMac.html index a3dadbc29..4003cf375 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsMac.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsMac.html @@ -1,3 +1,3 @@ IsMac | @wailsio/runtime
    • Checks if the current environment is a macOS operating system.

      Returns boolean

      True if the environment is macOS, false otherwise.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsWindows.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsWindows.html index c8172d535..ed063cf01 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsWindows.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.IsWindows.html @@ -1,3 +1,3 @@ IsWindows | @wailsio/runtime
    • Checks if the current operating system is Windows.

      Returns boolean

      True if the operating system is Windows, otherwise false.

      -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.invoke.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.invoke.html index 53f47dd35..cd5565471 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.invoke.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/System.invoke.html @@ -1 +1 @@ -invoke | @wailsio/runtime
    • Parameters

      • msg: any

      Returns any

    Generated using TypeDoc

    \ No newline at end of file +invoke | @wailsio/runtime
    • Parameters

      • msg: any

      Returns any

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/WML.Enable.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/WML.Enable.html index bfe09e9c3..f3b1b67e9 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/WML.Enable.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/WML.Enable.html @@ -1,2 +1,2 @@ Enable | @wailsio/runtime
    • Schedules an automatic reload of WML to be performed as soon as the document is fully loaded.

      -

      Returns void

    Generated using TypeDoc

    \ No newline at end of file +

    Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/WML.Reload.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/WML.Reload.html index ec0b69628..f35302db8 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/WML.Reload.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/WML.Reload.html @@ -1,2 +1,2 @@ Reload | @wailsio/runtime
    • Reloads the WML page by adding necessary event listeners and browser listeners.

      -

      Returns void

    Generated using TypeDoc

    \ No newline at end of file +

    Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/init.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/init.html index 790595e07..2968cef90 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/init.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/init.html @@ -1 +1 @@ -init | @wailsio/runtime

    Generated using TypeDoc

    \ No newline at end of file +init | @wailsio/runtime

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.Button.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.Button.html index a0199b002..88dd79263 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.Button.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.Button.html @@ -1,7 +1,7 @@ -Button | @wailsio/runtime
    interface Button {
        IsCancel: undefined | boolean;
        IsDefault: undefined | boolean;
        Label: undefined | string;
    }

    Properties

    IsCancel +Button | @wailsio/runtime
    interface Button {
        IsCancel: undefined | boolean;
        IsDefault: undefined | boolean;
        Label: undefined | string;
    }

    Properties

    IsCancel: undefined | boolean

    True if the button should cancel an operation when clicked.

    -
    IsDefault: undefined | boolean

    True if the button should be the default action when the user presses enter.

    -
    Label: undefined | string

    Text that appears within the button.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    IsDefault: undefined | boolean

    True if the button should be the default action when the user presses enter.

    +
    Label: undefined | string

    Text that appears within the button.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.FileFilter.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.FileFilter.html index 66bca841a..490ab41dc 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.FileFilter.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.FileFilter.html @@ -1,5 +1,5 @@ -FileFilter | @wailsio/runtime
    interface FileFilter {
        DisplayName: undefined | string;
        Pattern: undefined | string;
    }

    Properties

    DisplayName +FileFilter | @wailsio/runtime
    interface FileFilter {
        DisplayName: undefined | string;
        Pattern: undefined | string;
    }

    Properties

    Properties

    DisplayName: undefined | string

    Display name for the filter, it could be "Text Files", "Images" etc.

    -
    Pattern: undefined | string

    Pattern to match for the filter, e.g. ".txt;.md" for text markdown files.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    Pattern: undefined | string

    Pattern to match for the filter, e.g. ".txt;.md" for text markdown files.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.MessageDialogOptions.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.MessageDialogOptions.html index 66b510a88..f51f8219a 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.MessageDialogOptions.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.MessageDialogOptions.html @@ -1,9 +1,9 @@ -MessageDialogOptions | @wailsio/runtime

    Interface MessageDialogOptions

    interface MessageDialogOptions {
        Buttons: undefined | Button[];
        Detached: undefined | boolean;
        Message: undefined | string;
        Title: undefined | string;
    }

    Properties

    Buttons +MessageDialogOptions | @wailsio/runtime

    Interface MessageDialogOptions

    interface MessageDialogOptions {
        Buttons: undefined | Button[];
        Detached: undefined | boolean;
        Message: undefined | string;
        Title: undefined | string;
    }

    Properties

    Buttons: undefined | Button[]

    Array of button options to show in the dialog.

    -
    Detached: undefined | boolean

    True if the dialog should appear detached from the main window (if applicable).

    -
    Message: undefined | string

    The main message to show in the dialog.

    -
    Title: undefined | string

    The title of the dialog window.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    Detached: undefined | boolean

    True if the dialog should appear detached from the main window (if applicable).

    +
    Message: undefined | string

    The main message to show in the dialog.

    +
    Title: undefined | string

    The title of the dialog window.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.OpenFileDialogOptions.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.OpenFileDialogOptions.html index 2124340df..e6b64d88b 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.OpenFileDialogOptions.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.OpenFileDialogOptions.html @@ -1,4 +1,4 @@ -OpenFileDialogOptions | @wailsio/runtime

    Interface OpenFileDialogOptions

    interface OpenFileDialogOptions {
        AllowsMultipleSelection: undefined | boolean;
        AllowsOtherFiletypes: undefined | boolean;
        ButtonText: undefined | string;
        CanChooseDirectories: undefined | boolean;
        CanChooseFiles: undefined | boolean;
        CanCreateDirectories: undefined | boolean;
        CanSelectHiddenExtension: undefined | boolean;
        Detached: undefined | boolean;
        Directory: undefined | string;
        Filters: undefined | FileFilter[];
        HideExtension: undefined | boolean;
        Message: undefined | string;
        ResolvesAliases: undefined | boolean;
        ShowHiddenFiles: undefined | boolean;
        Title: undefined | string;
        TreatsFilePackagesAsDirectories: undefined | boolean;
    }

    Properties

    AllowsMultipleSelection +OpenFileDialogOptions | @wailsio/runtime

    Interface OpenFileDialogOptions

    interface OpenFileDialogOptions {
        AllowsMultipleSelection: undefined | boolean;
        AllowsOtherFiletypes: undefined | boolean;
        ButtonText: undefined | string;
        CanChooseDirectories: undefined | boolean;
        CanChooseFiles: undefined | boolean;
        CanCreateDirectories: undefined | boolean;
        CanSelectHiddenExtension: undefined | boolean;
        Detached: undefined | boolean;
        Directory: undefined | string;
        Filters: undefined | FileFilter[];
        HideExtension: undefined | boolean;
        Message: undefined | string;
        ResolvesAliases: undefined | boolean;
        ShowHiddenFiles: undefined | boolean;
        Title: undefined | string;
        TreatsFilePackagesAsDirectories: undefined | boolean;
    }

    Properties

    AllowsMultipleSelection: undefined | boolean

    Indicates if multiple selection is allowed.

    -
    AllowsOtherFiletypes: undefined | boolean

    Indicates if other file types are allowed.

    -
    ButtonText: undefined | string

    Text to display on the button.

    -
    CanChooseDirectories: undefined | boolean

    Indicates if directories can be chosen.

    -
    CanChooseFiles: undefined | boolean

    Indicates if files can be chosen.

    -
    CanCreateDirectories: undefined | boolean

    Indicates if directories can be created.

    -
    CanSelectHiddenExtension: undefined | boolean

    Indicates if hidden extensions can be selected.

    -
    Detached: undefined | boolean

    Indicates if the dialog should appear detached from the main window.

    -
    Directory: undefined | string

    Directory to open in the dialog.

    -
    Filters: undefined | FileFilter[]

    Array of file filters.

    -
    HideExtension: undefined | boolean

    Indicates if the extension should be hidden.

    -
    Message: undefined | string

    Message to show in the dialog.

    -
    ResolvesAliases: undefined | boolean

    Indicates if aliases should be resolved.

    -
    ShowHiddenFiles: undefined | boolean

    Indicates if hidden files should be shown.

    -
    Title: undefined | string

    Title of the dialog.

    -
    TreatsFilePackagesAsDirectories: undefined | boolean

    Indicates if file packages should be treated as directories.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    AllowsOtherFiletypes: undefined | boolean

    Indicates if other file types are allowed.

    +
    ButtonText: undefined | string

    Text to display on the button.

    +
    CanChooseDirectories: undefined | boolean

    Indicates if directories can be chosen.

    +
    CanChooseFiles: undefined | boolean

    Indicates if files can be chosen.

    +
    CanCreateDirectories: undefined | boolean

    Indicates if directories can be created.

    +
    CanSelectHiddenExtension: undefined | boolean

    Indicates if hidden extensions can be selected.

    +
    Detached: undefined | boolean

    Indicates if the dialog should appear detached from the main window.

    +
    Directory: undefined | string

    Directory to open in the dialog.

    +
    Filters: undefined | FileFilter[]

    Array of file filters.

    +
    HideExtension: undefined | boolean

    Indicates if the extension should be hidden.

    +
    Message: undefined | string

    Message to show in the dialog.

    +
    ResolvesAliases: undefined | boolean

    Indicates if aliases should be resolved.

    +
    ShowHiddenFiles: undefined | boolean

    Indicates if hidden files should be shown.

    +
    Title: undefined | string

    Title of the dialog.

    +
    TreatsFilePackagesAsDirectories: undefined | boolean

    Indicates if file packages should be treated as directories.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.SaveFileDialogOptions.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.SaveFileDialogOptions.html index dc1276a21..cabf7ba97 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.SaveFileDialogOptions.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.SaveFileDialogOptions.html @@ -1,4 +1,4 @@ -SaveFileDialogOptions | @wailsio/runtime

    Interface SaveFileDialogOptions

    interface SaveFileDialogOptions {
        AllowsMultipleSelection: undefined | boolean;
        AllowsOtherFiletypes: undefined | boolean;
        ButtonText: undefined | string;
        CanChooseDirectories: undefined | boolean;
        CanChooseFiles: undefined | boolean;
        CanCreateDirectories: undefined | boolean;
        CanSelectHiddenExtension: undefined | boolean;
        Detached: undefined | boolean;
        Directory: undefined | string;
        Filename: undefined | string;
        Filters: undefined | FileFilter[];
        HideExtension: undefined | boolean;
        Message: undefined | string;
        ResolvesAliases: undefined | boolean;
        ShowHiddenFiles: undefined | boolean;
        Title: undefined | string;
        TreatsFilePackagesAsDirectories: undefined | boolean;
    }

    Properties

    AllowsMultipleSelection +SaveFileDialogOptions | @wailsio/runtime

    Interface SaveFileDialogOptions

    interface SaveFileDialogOptions {
        AllowsMultipleSelection: undefined | boolean;
        AllowsOtherFiletypes: undefined | boolean;
        ButtonText: undefined | string;
        CanChooseDirectories: undefined | boolean;
        CanChooseFiles: undefined | boolean;
        CanCreateDirectories: undefined | boolean;
        CanSelectHiddenExtension: undefined | boolean;
        Detached: undefined | boolean;
        Directory: undefined | string;
        Filename: undefined | string;
        Filters: undefined | FileFilter[];
        HideExtension: undefined | boolean;
        Message: undefined | string;
        ResolvesAliases: undefined | boolean;
        ShowHiddenFiles: undefined | boolean;
        Title: undefined | string;
        TreatsFilePackagesAsDirectories: undefined | boolean;
    }

    Properties

    AllowsMultipleSelection: undefined | boolean

    Indicates if multiple selection is allowed.

    -
    AllowsOtherFiletypes: undefined | boolean

    Indicates if other file types are allowed.

    -
    ButtonText: undefined | string

    Text to display on the button.

    -
    CanChooseDirectories: undefined | boolean

    Indicates if directories can be chosen.

    -
    CanChooseFiles: undefined | boolean

    Indicates if files can be chosen.

    -
    CanCreateDirectories: undefined | boolean

    Indicates if directories can be created.

    -
    CanSelectHiddenExtension: undefined | boolean

    Indicates if hidden extensions can be selected.

    -
    Detached: undefined | boolean

    Indicates if the dialog should appear detached from the main window.

    -
    Directory: undefined | string

    Directory to open in the dialog.

    -
    Filename: undefined | string

    Default filename to use in the dialog.

    -
    Filters: undefined | FileFilter[]

    Array of file filters.

    -
    HideExtension: undefined | boolean

    Indicates if the extension should be hidden.

    -
    Message: undefined | string

    Message to show in the dialog.

    -
    ResolvesAliases: undefined | boolean

    Indicates if aliases should be resolved.

    -
    ShowHiddenFiles: undefined | boolean

    Indicates if hidden files should be shown.

    -
    Title: undefined | string

    Title of the dialog.

    -
    TreatsFilePackagesAsDirectories: undefined | boolean

    Indicates if file packages should be treated as directories.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    AllowsOtherFiletypes: undefined | boolean

    Indicates if other file types are allowed.

    +
    ButtonText: undefined | string

    Text to display on the button.

    +
    CanChooseDirectories: undefined | boolean

    Indicates if directories can be chosen.

    +
    CanChooseFiles: undefined | boolean

    Indicates if files can be chosen.

    +
    CanCreateDirectories: undefined | boolean

    Indicates if directories can be created.

    +
    CanSelectHiddenExtension: undefined | boolean

    Indicates if hidden extensions can be selected.

    +
    Detached: undefined | boolean

    Indicates if the dialog should appear detached from the main window.

    +
    Directory: undefined | string

    Directory to open in the dialog.

    +
    Filename: undefined | string

    Default filename to use in the dialog.

    +
    Filters: undefined | FileFilter[]

    Array of file filters.

    +
    HideExtension: undefined | boolean

    Indicates if the extension should be hidden.

    +
    Message: undefined | string

    Message to show in the dialog.

    +
    ResolvesAliases: undefined | boolean

    Indicates if aliases should be resolved.

    +
    ShowHiddenFiles: undefined | boolean

    Indicates if hidden files should be shown.

    +
    Title: undefined | string

    Title of the dialog.

    +
    TreatsFilePackagesAsDirectories: undefined | boolean

    Indicates if file packages should be treated as directories.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Screens.Rect.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Screens.Rect.html index 42cbcd7c7..50a99178f 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Screens.Rect.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Screens.Rect.html @@ -1,9 +1,9 @@ -Rect | @wailsio/runtime
    interface Rect {
        Height: number;
        Width: number;
        X: number;
        Y: number;
    }

    Properties

    Height +Rect | @wailsio/runtime
    interface Rect {
        Height: number;
        Width: number;
        X: number;
        Y: number;
    }

    Properties

    Properties

    Height: number

    The height of the rectangle.

    -
    Width: number

    The width of the rectangle.

    -
    X: number

    The X coordinate of the origin.

    -
    Y: number

    The Y coordinate of the origin.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    Width: number

    The width of the rectangle.

    +
    X: number

    The X coordinate of the origin.

    +
    Y: number

    The Y coordinate of the origin.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Screens.Screen.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Screens.Screen.html index 61b1a313d..efc85e39b 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Screens.Screen.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Screens.Screen.html @@ -1,4 +1,4 @@ -Screen | @wailsio/runtime
    interface Screen {
        Bounds: Rect;
        ID: string;
        IsPrimary: boolean;
        Name: string;
        PhysicalBounds: Rect;
        PhysicalWorkArea: Rect;
        Rotation: number;
        ScaleFactor: number;
        Size: Size;
        WorkArea: Rect;
        X: number;
        Y: number;
    }

    Properties

    Bounds +Screen | @wailsio/runtime
    interface Screen {
        Bounds: Rect;
        ID: string;
        IsPrimary: boolean;
        Name: string;
        PhysicalBounds: Rect;
        PhysicalWorkArea: Rect;
        Rotation: number;
        ScaleFactor: number;
        Size: Size;
        WorkArea: Rect;
        X: number;
        Y: number;
    }

    Properties

    Bounds ID IsPrimary Name @@ -11,15 +11,15 @@ X Y

    Properties

    Bounds: Rect

    Contains the bounds of the screen in terms of X, Y, Width, and Height.

    -
    ID: string

    Unique identifier for the screen.

    -
    IsPrimary: boolean

    True if this is the primary monitor selected by the user in the operating system.

    -
    Name: string

    Human readable name of the screen.

    -
    PhysicalBounds: Rect

    Contains the physical bounds of the screen in terms of X, Y, Width, and Height (before scaling).

    -
    PhysicalWorkArea: Rect

    Contains the physical WorkArea of the screen (before scaling).

    -
    Rotation: number

    The rotation of the screen.

    -
    ScaleFactor: number

    The scale factor of the screen (DPI/96). 1 = standard DPI, 2 = HiDPI (Retina), etc.

    -
    Size: Size

    Contains the width and height of the screen.

    -
    WorkArea: Rect

    Contains the area of the screen that is actually usable (excluding taskbar and other system UI).

    -
    X: number

    The X coordinate of the screen.

    -
    Y: number

    The Y coordinate of the screen.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    ID: string

    Unique identifier for the screen.

    +
    IsPrimary: boolean

    True if this is the primary monitor selected by the user in the operating system.

    +
    Name: string

    Human readable name of the screen.

    +
    PhysicalBounds: Rect

    Contains the physical bounds of the screen in terms of X, Y, Width, and Height (before scaling).

    +
    PhysicalWorkArea: Rect

    Contains the physical WorkArea of the screen (before scaling).

    +
    Rotation: number

    The rotation of the screen.

    +
    ScaleFactor: number

    The scale factor of the screen (DPI/96). 1 = standard DPI, 2 = HiDPI (Retina), etc.

    +
    Size: Size

    Contains the width and height of the screen.

    +
    WorkArea: Rect

    Contains the area of the screen that is actually usable (excluding taskbar and other system UI).

    +
    X: number

    The X coordinate of the screen.

    +
    Y: number

    The Y coordinate of the screen.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Screens.Size.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Screens.Size.html index a2c353078..38444f0aa 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Screens.Size.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Screens.Size.html @@ -1,5 +1,5 @@ -Size | @wailsio/runtime
    interface Size {
        Height: number;
        Width: number;
    }

    Properties

    Height +Size | @wailsio/runtime
    interface Size {
        Height: number;
        Width: number;
    }

    Properties

    Properties

    Height: number

    The height.

    -
    Width: number

    The width.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    Width: number

    The width.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/System.EnvironmentInfo.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/System.EnvironmentInfo.html index 1487ea063..6801bf111 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/System.EnvironmentInfo.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/System.EnvironmentInfo.html @@ -1,11 +1,11 @@ -EnvironmentInfo | @wailsio/runtime

    Interface EnvironmentInfo

    interface EnvironmentInfo {
        Arch: string;
        Debug: boolean;
        OS: string;
        OSInfo: OSInfo;
        PlatformInfo: Object;
    }

    Properties

    Arch +EnvironmentInfo | @wailsio/runtime

    Interface EnvironmentInfo

    interface EnvironmentInfo {
        Arch: string;
        Debug: boolean;
        OS: string;
        OSInfo: OSInfo;
        PlatformInfo: Object;
    }

    Properties

    Arch: string

    The architecture of the system.

    -
    Debug: boolean

    True if the application is running in debug mode, otherwise false.

    -
    OS: string

    The operating system in use.

    -
    OSInfo: OSInfo

    Details of the operating system.

    -
    PlatformInfo: Object

    Additional platform information.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    Debug: boolean

    True if the application is running in debug mode, otherwise false.

    +
    OS: string

    The operating system in use.

    +
    OSInfo: OSInfo

    Details of the operating system.

    +
    PlatformInfo: Object

    Additional platform information.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/System.OSInfo.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/System.OSInfo.html index 095d63d92..5b1b1ef7c 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/System.OSInfo.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/System.OSInfo.html @@ -1,9 +1,9 @@ -OSInfo | @wailsio/runtime
    interface OSInfo {
        Branding: string;
        ID: string;
        Name: string;
        Version: string;
    }

    Properties

    Branding +OSInfo | @wailsio/runtime
    interface OSInfo {
        Branding: string;
        ID: string;
        Name: string;
        Version: string;
    }

    Properties

    Properties

    Branding: string

    The branding of the OS.

    -
    ID: string

    The ID of the OS.

    -
    Name: string

    The name of the OS.

    -
    Version: string

    The version of the OS.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    ID: string

    The ID of the OS.

    +
    Name: string

    The name of the OS.

    +
    Version: string

    The version of the OS.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Application.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Application.html index 0fcc70ddf..364c3e849 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Application.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Application.html @@ -1,4 +1,4 @@ -Application | @wailsio/runtime

    Namespace Application

    Index

    Functions

    Hide +Application | @wailsio/runtime

    Namespace Application

    Index

    Functions

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Browser.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Browser.html index 54c1a9eb5..1963b03dd 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Browser.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Browser.html @@ -1,2 +1,2 @@ -Browser | @wailsio/runtime

    Namespace Browser

    Index

    Functions

    OpenURL +Browser | @wailsio/runtime

    Namespace Browser

    Index

    Functions

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Call.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Call.html index 49b33cbdb..8ad3f6635 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Call.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Call.html @@ -1,4 +1,4 @@ -Call | @wailsio/runtime

    Namespace Call

    Index

    Functions

    ByID +Call | @wailsio/runtime

    Namespace Call

    Index

    Functions

    ByID ByName Call Plugin diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Clipboard.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Clipboard.html index 6991c38e8..f00964368 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Clipboard.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Clipboard.html @@ -1,3 +1,3 @@ -Clipboard | @wailsio/runtime

    Namespace Clipboard

    Index

    Functions

    SetText +Clipboard | @wailsio/runtime

    Namespace Clipboard

    Index

    Functions

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Create.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Create.html index 79f517a3a..16c74135f 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Create.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Create.html @@ -1,4 +1,4 @@ -Create | @wailsio/runtime

    Namespace Create

    Index

    Functions

    Any +Create | @wailsio/runtime

    Namespace Create

    Index

    Functions

    Any Array ByteSlice Map diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Dialogs.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Dialogs.html index 670762d19..27684fdae 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Dialogs.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Dialogs.html @@ -1,4 +1,4 @@ -Dialogs | @wailsio/runtime

    Namespace Dialogs

    Index

    Interfaces

    Button +Dialogs | @wailsio/runtime

    Namespace Dialogs

    Index

    Interfaces

    Button FileFilter MessageDialogOptions OpenFileDialogOptions diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Events.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Events.html index d225f85a1..c1411bc29 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Events.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Events.html @@ -1,4 +1,4 @@ -Events | @wailsio/runtime

    Namespace Events

    Index

    Classes

    WailsEvent +Events | @wailsio/runtime

    Namespace Events

    Index

    Classes

    Variables

    Functions

    Emit Off diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Flags.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Flags.html index 24db8370b..9bf0eb585 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Flags.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Flags.html @@ -1,2 +1,2 @@ -Flags | @wailsio/runtime

    Namespace Flags

    Index

    Functions

    GetFlag +Flags | @wailsio/runtime

    Namespace Flags

    Index

    Functions

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Screens.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Screens.html index 0404e36f2..5bcf88d8a 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Screens.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/Screens.html @@ -1,4 +1,4 @@ -Screens | @wailsio/runtime

    Namespace Screens

    Index

    Interfaces

    Rect +Screens | @wailsio/runtime

    Namespace Screens

    Index

    Interfaces

    Functions

    GetAll diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/System.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/System.html index c83ccdd7d..2a8d657bf 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/System.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/System.html @@ -1,4 +1,4 @@ -System | @wailsio/runtime

    Namespace System

    Index

    Interfaces

    EnvironmentInfo +System | @wailsio/runtime

    Namespace System

    Index

    Interfaces

    Functions

    Capabilities Environment diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/WML.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/WML.html index 112d5fd09..42e73f96a 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/WML.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/modules/WML.html @@ -1,3 +1,3 @@ -WML | @wailsio/runtime

    Namespace WML

    Index

    Functions

    Enable +WML | @wailsio/runtime

    Namespace WML

    Index

    Functions

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/variables/Events.Types.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/variables/Events.Types.html index 29f3dddce..61d80357e 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/variables/Events.Types.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/variables/Events.Types.html @@ -1 +1 @@ -Types | @wailsio/runtime

    Variable TypesConst

    Types: {
        Common: {
            ApplicationOpenedWithFile: string;
            ApplicationStarted: string;
            ThemeChanged: string;
            WindowClosing: string;
            WindowDPIChanged: string;
            WindowDidMove: string;
            WindowDidResize: string;
            WindowFilesDropped: string;
            WindowFocus: string;
            WindowFullscreen: string;
            WindowHide: string;
            WindowLostFocus: string;
            WindowMaximise: string;
            WindowMinimise: string;
            WindowRestore: string;
            WindowRuntimeReady: string;
            WindowShow: string;
            WindowUnFullscreen: string;
            WindowUnMaximise: string;
            WindowUnMinimise: string;
            WindowZoom: string;
            WindowZoomIn: string;
            WindowZoomOut: string;
            WindowZoomReset: string;
        };
        Linux: {
            ApplicationStartup: string;
            SystemThemeChanged: string;
            WindowDeleteEvent: string;
            WindowDidMove: string;
            WindowDidResize: string;
            WindowFocusIn: string;
            WindowFocusOut: string;
            WindowLoadChanged: string;
        };
        Mac: {
            ApplicationDidBecomeActive: string;
            ApplicationDidChangeBackingProperties: string;
            ApplicationDidChangeEffectiveAppearance: string;
            ApplicationDidChangeIcon: string;
            ApplicationDidChangeOcclusionState: string;
            ApplicationDidChangeScreenParameters: string;
            ApplicationDidChangeStatusBarFrame: string;
            ApplicationDidChangeStatusBarOrientation: string;
            ApplicationDidChangeTheme: string;
            ApplicationDidFinishLaunching: string;
            ApplicationDidHide: string;
            ApplicationDidResignActiveNotification: string;
            ApplicationDidUnhide: string;
            ApplicationDidUpdate: string;
            ApplicationShouldHandleReopen: string;
            ApplicationWillBecomeActive: string;
            ApplicationWillFinishLaunching: string;
            ApplicationWillHide: string;
            ApplicationWillResignActive: string;
            ApplicationWillTerminate: string;
            ApplicationWillUnhide: string;
            ApplicationWillUpdate: string;
            MenuDidAddItem: string;
            MenuDidBeginTracking: string;
            MenuDidClose: string;
            MenuDidDisplayItem: string;
            MenuDidEndTracking: string;
            MenuDidHighlightItem: string;
            MenuDidOpen: string;
            MenuDidPopUp: string;
            MenuDidRemoveItem: string;
            MenuDidSendAction: string;
            MenuDidSendActionToItem: string;
            MenuDidUpdate: string;
            MenuWillAddItem: string;
            MenuWillBeginTracking: string;
            MenuWillDisplayItem: string;
            MenuWillEndTracking: string;
            MenuWillHighlightItem: string;
            MenuWillOpen: string;
            MenuWillPopUp: string;
            MenuWillRemoveItem: string;
            MenuWillSendAction: string;
            MenuWillSendActionToItem: string;
            MenuWillUpdate: string;
            WebViewDidCommitNavigation: string;
            WebViewDidFinishNavigation: string;
            WebViewDidReceiveServerRedirectForProvisionalNavigation: string;
            WebViewDidStartProvisionalNavigation: string;
            WindowDidBecomeKey: string;
            WindowDidBecomeMain: string;
            WindowDidBeginSheet: string;
            WindowDidChangeAlpha: string;
            WindowDidChangeBackingLocation: string;
            WindowDidChangeBackingProperties: string;
            WindowDidChangeCollectionBehavior: string;
            WindowDidChangeEffectiveAppearance: string;
            WindowDidChangeOcclusionState: string;
            WindowDidChangeOrderingMode: string;
            WindowDidChangeScreen: string;
            WindowDidChangeScreenParameters: string;
            WindowDidChangeScreenProfile: string;
            WindowDidChangeScreenSpace: string;
            WindowDidChangeScreenSpaceProperties: string;
            WindowDidChangeSharingType: string;
            WindowDidChangeSpace: string;
            WindowDidChangeSpaceOrderingMode: string;
            WindowDidChangeTitle: string;
            WindowDidChangeToolbar: string;
            WindowDidDeminiaturize: string;
            WindowDidEndSheet: string;
            WindowDidEnterFullScreen: string;
            WindowDidEnterVersionBrowser: string;
            WindowDidExitFullScreen: string;
            WindowDidExitVersionBrowser: string;
            WindowDidExpose: string;
            WindowDidFocus: string;
            WindowDidMiniaturize: string;
            WindowDidMove: string;
            WindowDidOrderOffScreen: string;
            WindowDidOrderOnScreen: string;
            WindowDidResignKey: string;
            WindowDidResignMain: string;
            WindowDidResize: string;
            WindowDidUpdate: string;
            WindowDidUpdateAlpha: string;
            WindowDidUpdateCollectionBehavior: string;
            WindowDidUpdateCollectionProperties: string;
            WindowDidUpdateShadow: string;
            WindowDidUpdateTitle: string;
            WindowDidUpdateToolbar: string;
            WindowDidZoom: string;
            WindowFileDraggingEntered: string;
            WindowFileDraggingExited: string;
            WindowFileDraggingPerformed: string;
            WindowHide: string;
            WindowMaximize: string;
            WindowShouldClose: string;
            WindowShow: string;
            WindowUnMaximise: string;
            WindowWillBecomeKey: string;
            WindowWillBecomeMain: string;
            WindowWillBeginSheet: string;
            WindowWillChangeOrderingMode: string;
            WindowWillClose: string;
            WindowWillDeminiaturize: string;
            WindowWillEnterFullScreen: string;
            WindowWillEnterVersionBrowser: string;
            WindowWillExitFullScreen: string;
            WindowWillExitVersionBrowser: string;
            WindowWillFocus: string;
            WindowWillMiniaturize: string;
            WindowWillMove: string;
            WindowWillOrderOffScreen: string;
            WindowWillOrderOnScreen: string;
            WindowWillResignMain: string;
            WindowWillResize: string;
            WindowWillUnfocus: string;
            WindowWillUpdate: string;
            WindowWillUpdateAlpha: string;
            WindowWillUpdateCollectionBehavior: string;
            WindowWillUpdateCollectionProperties: string;
            WindowWillUpdateShadow: string;
            WindowWillUpdateTitle: string;
            WindowWillUpdateToolbar: string;
            WindowWillUpdateVisibility: string;
            WindowWillUseStandardFrame: string;
            WindowZoomIn: string;
            WindowZoomOut: string;
            WindowZoomReset: string;
        };
        Windows: {
            APMPowerSettingChange: string;
            APMPowerStatusChange: string;
            APMResumeAutomatic: string;
            APMResumeSuspend: string;
            APMSuspend: string;
            ApplicationStarted: string;
            SystemThemeChanged: string;
            WebViewNavigationCompleted: string;
            WindowActive: string;
            WindowBackgroundErase: string;
            WindowClickActive: string;
            WindowClosing: string;
            WindowDPIChanged: string;
            WindowDidMove: string;
            WindowDidResize: string;
            WindowDragDrop: string;
            WindowDragEnter: string;
            WindowDragLeave: string;
            WindowDragOver: string;
            WindowEndMove: string;
            WindowEndResize: string;
            WindowFullscreen: string;
            WindowHide: string;
            WindowInactive: string;
            WindowKeyDown: string;
            WindowKeyUp: string;
            WindowKillFocus: string;
            WindowMaximise: string;
            WindowMinimise: string;
            WindowNonClientHit: string;
            WindowNonClientMouseDown: string;
            WindowNonClientMouseLeave: string;
            WindowNonClientMouseMove: string;
            WindowNonClientMouseUp: string;
            WindowPaint: string;
            WindowRestore: string;
            WindowSetFocus: string;
            WindowShow: string;
            WindowStartMove: string;
            WindowStartResize: string;
            WindowUnFullscreen: string;
            WindowUnMaximise: string;
            WindowUnMinimise: string;
            WindowZOrderChanged: string;
        };
    } = EventTypes

    Type declaration

    • Common: {
          ApplicationOpenedWithFile: string;
          ApplicationStarted: string;
          ThemeChanged: string;
          WindowClosing: string;
          WindowDPIChanged: string;
          WindowDidMove: string;
          WindowDidResize: string;
          WindowFilesDropped: string;
          WindowFocus: string;
          WindowFullscreen: string;
          WindowHide: string;
          WindowLostFocus: string;
          WindowMaximise: string;
          WindowMinimise: string;
          WindowRestore: string;
          WindowRuntimeReady: string;
          WindowShow: string;
          WindowUnFullscreen: string;
          WindowUnMaximise: string;
          WindowUnMinimise: string;
          WindowZoom: string;
          WindowZoomIn: string;
          WindowZoomOut: string;
          WindowZoomReset: string;
      }
      • ApplicationOpenedWithFile: string
      • ApplicationStarted: string
      • ThemeChanged: string
      • WindowClosing: string
      • WindowDPIChanged: string
      • WindowDidMove: string
      • WindowDidResize: string
      • WindowFilesDropped: string
      • WindowFocus: string
      • WindowFullscreen: string
      • WindowHide: string
      • WindowLostFocus: string
      • WindowMaximise: string
      • WindowMinimise: string
      • WindowRestore: string
      • WindowRuntimeReady: string
      • WindowShow: string
      • WindowUnFullscreen: string
      • WindowUnMaximise: string
      • WindowUnMinimise: string
      • WindowZoom: string
      • WindowZoomIn: string
      • WindowZoomOut: string
      • WindowZoomReset: string
    • Linux: {
          ApplicationStartup: string;
          SystemThemeChanged: string;
          WindowDeleteEvent: string;
          WindowDidMove: string;
          WindowDidResize: string;
          WindowFocusIn: string;
          WindowFocusOut: string;
          WindowLoadChanged: string;
      }
      • ApplicationStartup: string
      • SystemThemeChanged: string
      • WindowDeleteEvent: string
      • WindowDidMove: string
      • WindowDidResize: string
      • WindowFocusIn: string
      • WindowFocusOut: string
      • WindowLoadChanged: string
    • Mac: {
          ApplicationDidBecomeActive: string;
          ApplicationDidChangeBackingProperties: string;
          ApplicationDidChangeEffectiveAppearance: string;
          ApplicationDidChangeIcon: string;
          ApplicationDidChangeOcclusionState: string;
          ApplicationDidChangeScreenParameters: string;
          ApplicationDidChangeStatusBarFrame: string;
          ApplicationDidChangeStatusBarOrientation: string;
          ApplicationDidChangeTheme: string;
          ApplicationDidFinishLaunching: string;
          ApplicationDidHide: string;
          ApplicationDidResignActiveNotification: string;
          ApplicationDidUnhide: string;
          ApplicationDidUpdate: string;
          ApplicationShouldHandleReopen: string;
          ApplicationWillBecomeActive: string;
          ApplicationWillFinishLaunching: string;
          ApplicationWillHide: string;
          ApplicationWillResignActive: string;
          ApplicationWillTerminate: string;
          ApplicationWillUnhide: string;
          ApplicationWillUpdate: string;
          MenuDidAddItem: string;
          MenuDidBeginTracking: string;
          MenuDidClose: string;
          MenuDidDisplayItem: string;
          MenuDidEndTracking: string;
          MenuDidHighlightItem: string;
          MenuDidOpen: string;
          MenuDidPopUp: string;
          MenuDidRemoveItem: string;
          MenuDidSendAction: string;
          MenuDidSendActionToItem: string;
          MenuDidUpdate: string;
          MenuWillAddItem: string;
          MenuWillBeginTracking: string;
          MenuWillDisplayItem: string;
          MenuWillEndTracking: string;
          MenuWillHighlightItem: string;
          MenuWillOpen: string;
          MenuWillPopUp: string;
          MenuWillRemoveItem: string;
          MenuWillSendAction: string;
          MenuWillSendActionToItem: string;
          MenuWillUpdate: string;
          WebViewDidCommitNavigation: string;
          WebViewDidFinishNavigation: string;
          WebViewDidReceiveServerRedirectForProvisionalNavigation: string;
          WebViewDidStartProvisionalNavigation: string;
          WindowDidBecomeKey: string;
          WindowDidBecomeMain: string;
          WindowDidBeginSheet: string;
          WindowDidChangeAlpha: string;
          WindowDidChangeBackingLocation: string;
          WindowDidChangeBackingProperties: string;
          WindowDidChangeCollectionBehavior: string;
          WindowDidChangeEffectiveAppearance: string;
          WindowDidChangeOcclusionState: string;
          WindowDidChangeOrderingMode: string;
          WindowDidChangeScreen: string;
          WindowDidChangeScreenParameters: string;
          WindowDidChangeScreenProfile: string;
          WindowDidChangeScreenSpace: string;
          WindowDidChangeScreenSpaceProperties: string;
          WindowDidChangeSharingType: string;
          WindowDidChangeSpace: string;
          WindowDidChangeSpaceOrderingMode: string;
          WindowDidChangeTitle: string;
          WindowDidChangeToolbar: string;
          WindowDidDeminiaturize: string;
          WindowDidEndSheet: string;
          WindowDidEnterFullScreen: string;
          WindowDidEnterVersionBrowser: string;
          WindowDidExitFullScreen: string;
          WindowDidExitVersionBrowser: string;
          WindowDidExpose: string;
          WindowDidFocus: string;
          WindowDidMiniaturize: string;
          WindowDidMove: string;
          WindowDidOrderOffScreen: string;
          WindowDidOrderOnScreen: string;
          WindowDidResignKey: string;
          WindowDidResignMain: string;
          WindowDidResize: string;
          WindowDidUpdate: string;
          WindowDidUpdateAlpha: string;
          WindowDidUpdateCollectionBehavior: string;
          WindowDidUpdateCollectionProperties: string;
          WindowDidUpdateShadow: string;
          WindowDidUpdateTitle: string;
          WindowDidUpdateToolbar: string;
          WindowDidZoom: string;
          WindowFileDraggingEntered: string;
          WindowFileDraggingExited: string;
          WindowFileDraggingPerformed: string;
          WindowHide: string;
          WindowMaximize: string;
          WindowShouldClose: string;
          WindowShow: string;
          WindowUnMaximise: string;
          WindowWillBecomeKey: string;
          WindowWillBecomeMain: string;
          WindowWillBeginSheet: string;
          WindowWillChangeOrderingMode: string;
          WindowWillClose: string;
          WindowWillDeminiaturize: string;
          WindowWillEnterFullScreen: string;
          WindowWillEnterVersionBrowser: string;
          WindowWillExitFullScreen: string;
          WindowWillExitVersionBrowser: string;
          WindowWillFocus: string;
          WindowWillMiniaturize: string;
          WindowWillMove: string;
          WindowWillOrderOffScreen: string;
          WindowWillOrderOnScreen: string;
          WindowWillResignMain: string;
          WindowWillResize: string;
          WindowWillUnfocus: string;
          WindowWillUpdate: string;
          WindowWillUpdateAlpha: string;
          WindowWillUpdateCollectionBehavior: string;
          WindowWillUpdateCollectionProperties: string;
          WindowWillUpdateShadow: string;
          WindowWillUpdateTitle: string;
          WindowWillUpdateToolbar: string;
          WindowWillUpdateVisibility: string;
          WindowWillUseStandardFrame: string;
          WindowZoomIn: string;
          WindowZoomOut: string;
          WindowZoomReset: string;
      }
      • ApplicationDidBecomeActive: string
      • ApplicationDidChangeBackingProperties: string
      • ApplicationDidChangeEffectiveAppearance: string
      • ApplicationDidChangeIcon: string
      • ApplicationDidChangeOcclusionState: string
      • ApplicationDidChangeScreenParameters: string
      • ApplicationDidChangeStatusBarFrame: string
      • ApplicationDidChangeStatusBarOrientation: string
      • ApplicationDidChangeTheme: string
      • ApplicationDidFinishLaunching: string
      • ApplicationDidHide: string
      • ApplicationDidResignActiveNotification: string
      • ApplicationDidUnhide: string
      • ApplicationDidUpdate: string
      • ApplicationShouldHandleReopen: string
      • ApplicationWillBecomeActive: string
      • ApplicationWillFinishLaunching: string
      • ApplicationWillHide: string
      • ApplicationWillResignActive: string
      • ApplicationWillTerminate: string
      • ApplicationWillUnhide: string
      • ApplicationWillUpdate: string
      • MenuDidAddItem: string
      • MenuDidBeginTracking: string
      • MenuDidClose: string
      • MenuDidDisplayItem: string
      • MenuDidEndTracking: string
      • MenuDidHighlightItem: string
      • MenuDidOpen: string
      • MenuDidPopUp: string
      • MenuDidRemoveItem: string
      • MenuDidSendAction: string
      • MenuDidSendActionToItem: string
      • MenuDidUpdate: string
      • MenuWillAddItem: string
      • MenuWillBeginTracking: string
      • MenuWillDisplayItem: string
      • MenuWillEndTracking: string
      • MenuWillHighlightItem: string
      • MenuWillOpen: string
      • MenuWillPopUp: string
      • MenuWillRemoveItem: string
      • MenuWillSendAction: string
      • MenuWillSendActionToItem: string
      • MenuWillUpdate: string
      • WebViewDidCommitNavigation: string
      • WebViewDidFinishNavigation: string
      • WebViewDidReceiveServerRedirectForProvisionalNavigation: string
      • WebViewDidStartProvisionalNavigation: string
      • WindowDidBecomeKey: string
      • WindowDidBecomeMain: string
      • WindowDidBeginSheet: string
      • WindowDidChangeAlpha: string
      • WindowDidChangeBackingLocation: string
      • WindowDidChangeBackingProperties: string
      • WindowDidChangeCollectionBehavior: string
      • WindowDidChangeEffectiveAppearance: string
      • WindowDidChangeOcclusionState: string
      • WindowDidChangeOrderingMode: string
      • WindowDidChangeScreen: string
      • WindowDidChangeScreenParameters: string
      • WindowDidChangeScreenProfile: string
      • WindowDidChangeScreenSpace: string
      • WindowDidChangeScreenSpaceProperties: string
      • WindowDidChangeSharingType: string
      • WindowDidChangeSpace: string
      • WindowDidChangeSpaceOrderingMode: string
      • WindowDidChangeTitle: string
      • WindowDidChangeToolbar: string
      • WindowDidDeminiaturize: string
      • WindowDidEndSheet: string
      • WindowDidEnterFullScreen: string
      • WindowDidEnterVersionBrowser: string
      • WindowDidExitFullScreen: string
      • WindowDidExitVersionBrowser: string
      • WindowDidExpose: string
      • WindowDidFocus: string
      • WindowDidMiniaturize: string
      • WindowDidMove: string
      • WindowDidOrderOffScreen: string
      • WindowDidOrderOnScreen: string
      • WindowDidResignKey: string
      • WindowDidResignMain: string
      • WindowDidResize: string
      • WindowDidUpdate: string
      • WindowDidUpdateAlpha: string
      • WindowDidUpdateCollectionBehavior: string
      • WindowDidUpdateCollectionProperties: string
      • WindowDidUpdateShadow: string
      • WindowDidUpdateTitle: string
      • WindowDidUpdateToolbar: string
      • WindowDidZoom: string
      • WindowFileDraggingEntered: string
      • WindowFileDraggingExited: string
      • WindowFileDraggingPerformed: string
      • WindowHide: string
      • WindowMaximize: string
      • WindowShouldClose: string
      • WindowShow: string
      • WindowUnMaximise: string
      • WindowWillBecomeKey: string
      • WindowWillBecomeMain: string
      • WindowWillBeginSheet: string
      • WindowWillChangeOrderingMode: string
      • WindowWillClose: string
      • WindowWillDeminiaturize: string
      • WindowWillEnterFullScreen: string
      • WindowWillEnterVersionBrowser: string
      • WindowWillExitFullScreen: string
      • WindowWillExitVersionBrowser: string
      • WindowWillFocus: string
      • WindowWillMiniaturize: string
      • WindowWillMove: string
      • WindowWillOrderOffScreen: string
      • WindowWillOrderOnScreen: string
      • WindowWillResignMain: string
      • WindowWillResize: string
      • WindowWillUnfocus: string
      • WindowWillUpdate: string
      • WindowWillUpdateAlpha: string
      • WindowWillUpdateCollectionBehavior: string
      • WindowWillUpdateCollectionProperties: string
      • WindowWillUpdateShadow: string
      • WindowWillUpdateTitle: string
      • WindowWillUpdateToolbar: string
      • WindowWillUpdateVisibility: string
      • WindowWillUseStandardFrame: string
      • WindowZoomIn: string
      • WindowZoomOut: string
      • WindowZoomReset: string
    • Windows: {
          APMPowerSettingChange: string;
          APMPowerStatusChange: string;
          APMResumeAutomatic: string;
          APMResumeSuspend: string;
          APMSuspend: string;
          ApplicationStarted: string;
          SystemThemeChanged: string;
          WebViewNavigationCompleted: string;
          WindowActive: string;
          WindowBackgroundErase: string;
          WindowClickActive: string;
          WindowClosing: string;
          WindowDPIChanged: string;
          WindowDidMove: string;
          WindowDidResize: string;
          WindowDragDrop: string;
          WindowDragEnter: string;
          WindowDragLeave: string;
          WindowDragOver: string;
          WindowEndMove: string;
          WindowEndResize: string;
          WindowFullscreen: string;
          WindowHide: string;
          WindowInactive: string;
          WindowKeyDown: string;
          WindowKeyUp: string;
          WindowKillFocus: string;
          WindowMaximise: string;
          WindowMinimise: string;
          WindowNonClientHit: string;
          WindowNonClientMouseDown: string;
          WindowNonClientMouseLeave: string;
          WindowNonClientMouseMove: string;
          WindowNonClientMouseUp: string;
          WindowPaint: string;
          WindowRestore: string;
          WindowSetFocus: string;
          WindowShow: string;
          WindowStartMove: string;
          WindowStartResize: string;
          WindowUnFullscreen: string;
          WindowUnMaximise: string;
          WindowUnMinimise: string;
          WindowZOrderChanged: string;
      }
      • APMPowerSettingChange: string
      • APMPowerStatusChange: string
      • APMResumeAutomatic: string
      • APMResumeSuspend: string
      • APMSuspend: string
      • ApplicationStarted: string
      • SystemThemeChanged: string
      • WebViewNavigationCompleted: string
      • WindowActive: string
      • WindowBackgroundErase: string
      • WindowClickActive: string
      • WindowClosing: string
      • WindowDPIChanged: string
      • WindowDidMove: string
      • WindowDidResize: string
      • WindowDragDrop: string
      • WindowDragEnter: string
      • WindowDragLeave: string
      • WindowDragOver: string
      • WindowEndMove: string
      • WindowEndResize: string
      • WindowFullscreen: string
      • WindowHide: string
      • WindowInactive: string
      • WindowKeyDown: string
      • WindowKeyUp: string
      • WindowKillFocus: string
      • WindowMaximise: string
      • WindowMinimise: string
      • WindowNonClientHit: string
      • WindowNonClientMouseDown: string
      • WindowNonClientMouseLeave: string
      • WindowNonClientMouseMove: string
      • WindowNonClientMouseUp: string
      • WindowPaint: string
      • WindowRestore: string
      • WindowSetFocus: string
      • WindowShow: string
      • WindowStartMove: string
      • WindowStartResize: string
      • WindowUnFullscreen: string
      • WindowUnMaximise: string
      • WindowUnMinimise: string
      • WindowZOrderChanged: string

    Generated using TypeDoc

    \ No newline at end of file +Types | @wailsio/runtime

    Variable TypesConst

    Types: {
        Common: {
            ApplicationOpenedWithFile: string;
            ApplicationStarted: string;
            ThemeChanged: string;
            WindowClosing: string;
            WindowDPIChanged: string;
            WindowDidMove: string;
            WindowDidResize: string;
            WindowFilesDropped: string;
            WindowFocus: string;
            WindowFullscreen: string;
            WindowHide: string;
            WindowLostFocus: string;
            WindowMaximise: string;
            WindowMinimise: string;
            WindowRestore: string;
            WindowRuntimeReady: string;
            WindowShow: string;
            WindowUnFullscreen: string;
            WindowUnMaximise: string;
            WindowUnMinimise: string;
            WindowZoom: string;
            WindowZoomIn: string;
            WindowZoomOut: string;
            WindowZoomReset: string;
        };
        Linux: {
            ApplicationStartup: string;
            SystemThemeChanged: string;
            WindowDeleteEvent: string;
            WindowDidMove: string;
            WindowDidResize: string;
            WindowFocusIn: string;
            WindowFocusOut: string;
            WindowLoadChanged: string;
        };
        Mac: {
            ApplicationDidBecomeActive: string;
            ApplicationDidChangeBackingProperties: string;
            ApplicationDidChangeEffectiveAppearance: string;
            ApplicationDidChangeIcon: string;
            ApplicationDidChangeOcclusionState: string;
            ApplicationDidChangeScreenParameters: string;
            ApplicationDidChangeStatusBarFrame: string;
            ApplicationDidChangeStatusBarOrientation: string;
            ApplicationDidChangeTheme: string;
            ApplicationDidFinishLaunching: string;
            ApplicationDidHide: string;
            ApplicationDidResignActiveNotification: string;
            ApplicationDidUnhide: string;
            ApplicationDidUpdate: string;
            ApplicationShouldHandleReopen: string;
            ApplicationWillBecomeActive: string;
            ApplicationWillFinishLaunching: string;
            ApplicationWillHide: string;
            ApplicationWillResignActive: string;
            ApplicationWillTerminate: string;
            ApplicationWillUnhide: string;
            ApplicationWillUpdate: string;
            MenuDidAddItem: string;
            MenuDidBeginTracking: string;
            MenuDidClose: string;
            MenuDidDisplayItem: string;
            MenuDidEndTracking: string;
            MenuDidHighlightItem: string;
            MenuDidOpen: string;
            MenuDidPopUp: string;
            MenuDidRemoveItem: string;
            MenuDidSendAction: string;
            MenuDidSendActionToItem: string;
            MenuDidUpdate: string;
            MenuWillAddItem: string;
            MenuWillBeginTracking: string;
            MenuWillDisplayItem: string;
            MenuWillEndTracking: string;
            MenuWillHighlightItem: string;
            MenuWillOpen: string;
            MenuWillPopUp: string;
            MenuWillRemoveItem: string;
            MenuWillSendAction: string;
            MenuWillSendActionToItem: string;
            MenuWillUpdate: string;
            WebViewDidCommitNavigation: string;
            WebViewDidFinishNavigation: string;
            WebViewDidReceiveServerRedirectForProvisionalNavigation: string;
            WebViewDidStartProvisionalNavigation: string;
            WindowDidBecomeKey: string;
            WindowDidBecomeMain: string;
            WindowDidBeginSheet: string;
            WindowDidChangeAlpha: string;
            WindowDidChangeBackingLocation: string;
            WindowDidChangeBackingProperties: string;
            WindowDidChangeCollectionBehavior: string;
            WindowDidChangeEffectiveAppearance: string;
            WindowDidChangeOcclusionState: string;
            WindowDidChangeOrderingMode: string;
            WindowDidChangeScreen: string;
            WindowDidChangeScreenParameters: string;
            WindowDidChangeScreenProfile: string;
            WindowDidChangeScreenSpace: string;
            WindowDidChangeScreenSpaceProperties: string;
            WindowDidChangeSharingType: string;
            WindowDidChangeSpace: string;
            WindowDidChangeSpaceOrderingMode: string;
            WindowDidChangeTitle: string;
            WindowDidChangeToolbar: string;
            WindowDidDeminiaturize: string;
            WindowDidEndSheet: string;
            WindowDidEnterFullScreen: string;
            WindowDidEnterVersionBrowser: string;
            WindowDidExitFullScreen: string;
            WindowDidExitVersionBrowser: string;
            WindowDidExpose: string;
            WindowDidFocus: string;
            WindowDidMiniaturize: string;
            WindowDidMove: string;
            WindowDidOrderOffScreen: string;
            WindowDidOrderOnScreen: string;
            WindowDidResignKey: string;
            WindowDidResignMain: string;
            WindowDidResize: string;
            WindowDidUpdate: string;
            WindowDidUpdateAlpha: string;
            WindowDidUpdateCollectionBehavior: string;
            WindowDidUpdateCollectionProperties: string;
            WindowDidUpdateShadow: string;
            WindowDidUpdateTitle: string;
            WindowDidUpdateToolbar: string;
            WindowDidZoom: string;
            WindowFileDraggingEntered: string;
            WindowFileDraggingExited: string;
            WindowFileDraggingPerformed: string;
            WindowHide: string;
            WindowMaximize: string;
            WindowShouldClose: string;
            WindowShow: string;
            WindowUnMaximise: string;
            WindowWillBecomeKey: string;
            WindowWillBecomeMain: string;
            WindowWillBeginSheet: string;
            WindowWillChangeOrderingMode: string;
            WindowWillClose: string;
            WindowWillDeminiaturize: string;
            WindowWillEnterFullScreen: string;
            WindowWillEnterVersionBrowser: string;
            WindowWillExitFullScreen: string;
            WindowWillExitVersionBrowser: string;
            WindowWillFocus: string;
            WindowWillMiniaturize: string;
            WindowWillMove: string;
            WindowWillOrderOffScreen: string;
            WindowWillOrderOnScreen: string;
            WindowWillResignMain: string;
            WindowWillResize: string;
            WindowWillUnfocus: string;
            WindowWillUpdate: string;
            WindowWillUpdateAlpha: string;
            WindowWillUpdateCollectionBehavior: string;
            WindowWillUpdateCollectionProperties: string;
            WindowWillUpdateShadow: string;
            WindowWillUpdateTitle: string;
            WindowWillUpdateToolbar: string;
            WindowWillUpdateVisibility: string;
            WindowWillUseStandardFrame: string;
            WindowZoomIn: string;
            WindowZoomOut: string;
            WindowZoomReset: string;
        };
        Windows: {
            APMPowerSettingChange: string;
            APMPowerStatusChange: string;
            APMResumeAutomatic: string;
            APMResumeSuspend: string;
            APMSuspend: string;
            ApplicationStarted: string;
            SystemThemeChanged: string;
            WebViewNavigationCompleted: string;
            WindowActive: string;
            WindowBackgroundErase: string;
            WindowClickActive: string;
            WindowClosing: string;
            WindowDPIChanged: string;
            WindowDidMove: string;
            WindowDidResize: string;
            WindowDragDrop: string;
            WindowDragEnter: string;
            WindowDragLeave: string;
            WindowDragOver: string;
            WindowEndMove: string;
            WindowEndResize: string;
            WindowFullscreen: string;
            WindowHide: string;
            WindowInactive: string;
            WindowKeyDown: string;
            WindowKeyUp: string;
            WindowKillFocus: string;
            WindowMaximise: string;
            WindowMinimise: string;
            WindowNonClientHit: string;
            WindowNonClientMouseDown: string;
            WindowNonClientMouseLeave: string;
            WindowNonClientMouseMove: string;
            WindowNonClientMouseUp: string;
            WindowPaint: string;
            WindowRestore: string;
            WindowSetFocus: string;
            WindowShow: string;
            WindowStartMove: string;
            WindowStartResize: string;
            WindowUnFullscreen: string;
            WindowUnMaximise: string;
            WindowUnMinimise: string;
            WindowZOrderChanged: string;
        };
    } = EventTypes

    Type declaration

    • Common: {
          ApplicationOpenedWithFile: string;
          ApplicationStarted: string;
          ThemeChanged: string;
          WindowClosing: string;
          WindowDPIChanged: string;
          WindowDidMove: string;
          WindowDidResize: string;
          WindowFilesDropped: string;
          WindowFocus: string;
          WindowFullscreen: string;
          WindowHide: string;
          WindowLostFocus: string;
          WindowMaximise: string;
          WindowMinimise: string;
          WindowRestore: string;
          WindowRuntimeReady: string;
          WindowShow: string;
          WindowUnFullscreen: string;
          WindowUnMaximise: string;
          WindowUnMinimise: string;
          WindowZoom: string;
          WindowZoomIn: string;
          WindowZoomOut: string;
          WindowZoomReset: string;
      }
      • ApplicationOpenedWithFile: string
      • ApplicationStarted: string
      • ThemeChanged: string
      • WindowClosing: string
      • WindowDPIChanged: string
      • WindowDidMove: string
      • WindowDidResize: string
      • WindowFilesDropped: string
      • WindowFocus: string
      • WindowFullscreen: string
      • WindowHide: string
      • WindowLostFocus: string
      • WindowMaximise: string
      • WindowMinimise: string
      • WindowRestore: string
      • WindowRuntimeReady: string
      • WindowShow: string
      • WindowUnFullscreen: string
      • WindowUnMaximise: string
      • WindowUnMinimise: string
      • WindowZoom: string
      • WindowZoomIn: string
      • WindowZoomOut: string
      • WindowZoomReset: string
    • Linux: {
          ApplicationStartup: string;
          SystemThemeChanged: string;
          WindowDeleteEvent: string;
          WindowDidMove: string;
          WindowDidResize: string;
          WindowFocusIn: string;
          WindowFocusOut: string;
          WindowLoadChanged: string;
      }
      • ApplicationStartup: string
      • SystemThemeChanged: string
      • WindowDeleteEvent: string
      • WindowDidMove: string
      • WindowDidResize: string
      • WindowFocusIn: string
      • WindowFocusOut: string
      • WindowLoadChanged: string
    • Mac: {
          ApplicationDidBecomeActive: string;
          ApplicationDidChangeBackingProperties: string;
          ApplicationDidChangeEffectiveAppearance: string;
          ApplicationDidChangeIcon: string;
          ApplicationDidChangeOcclusionState: string;
          ApplicationDidChangeScreenParameters: string;
          ApplicationDidChangeStatusBarFrame: string;
          ApplicationDidChangeStatusBarOrientation: string;
          ApplicationDidChangeTheme: string;
          ApplicationDidFinishLaunching: string;
          ApplicationDidHide: string;
          ApplicationDidResignActiveNotification: string;
          ApplicationDidUnhide: string;
          ApplicationDidUpdate: string;
          ApplicationShouldHandleReopen: string;
          ApplicationWillBecomeActive: string;
          ApplicationWillFinishLaunching: string;
          ApplicationWillHide: string;
          ApplicationWillResignActive: string;
          ApplicationWillTerminate: string;
          ApplicationWillUnhide: string;
          ApplicationWillUpdate: string;
          MenuDidAddItem: string;
          MenuDidBeginTracking: string;
          MenuDidClose: string;
          MenuDidDisplayItem: string;
          MenuDidEndTracking: string;
          MenuDidHighlightItem: string;
          MenuDidOpen: string;
          MenuDidPopUp: string;
          MenuDidRemoveItem: string;
          MenuDidSendAction: string;
          MenuDidSendActionToItem: string;
          MenuDidUpdate: string;
          MenuWillAddItem: string;
          MenuWillBeginTracking: string;
          MenuWillDisplayItem: string;
          MenuWillEndTracking: string;
          MenuWillHighlightItem: string;
          MenuWillOpen: string;
          MenuWillPopUp: string;
          MenuWillRemoveItem: string;
          MenuWillSendAction: string;
          MenuWillSendActionToItem: string;
          MenuWillUpdate: string;
          WebViewDidCommitNavigation: string;
          WebViewDidFinishNavigation: string;
          WebViewDidReceiveServerRedirectForProvisionalNavigation: string;
          WebViewDidStartProvisionalNavigation: string;
          WindowDidBecomeKey: string;
          WindowDidBecomeMain: string;
          WindowDidBeginSheet: string;
          WindowDidChangeAlpha: string;
          WindowDidChangeBackingLocation: string;
          WindowDidChangeBackingProperties: string;
          WindowDidChangeCollectionBehavior: string;
          WindowDidChangeEffectiveAppearance: string;
          WindowDidChangeOcclusionState: string;
          WindowDidChangeOrderingMode: string;
          WindowDidChangeScreen: string;
          WindowDidChangeScreenParameters: string;
          WindowDidChangeScreenProfile: string;
          WindowDidChangeScreenSpace: string;
          WindowDidChangeScreenSpaceProperties: string;
          WindowDidChangeSharingType: string;
          WindowDidChangeSpace: string;
          WindowDidChangeSpaceOrderingMode: string;
          WindowDidChangeTitle: string;
          WindowDidChangeToolbar: string;
          WindowDidDeminiaturize: string;
          WindowDidEndSheet: string;
          WindowDidEnterFullScreen: string;
          WindowDidEnterVersionBrowser: string;
          WindowDidExitFullScreen: string;
          WindowDidExitVersionBrowser: string;
          WindowDidExpose: string;
          WindowDidFocus: string;
          WindowDidMiniaturize: string;
          WindowDidMove: string;
          WindowDidOrderOffScreen: string;
          WindowDidOrderOnScreen: string;
          WindowDidResignKey: string;
          WindowDidResignMain: string;
          WindowDidResize: string;
          WindowDidUpdate: string;
          WindowDidUpdateAlpha: string;
          WindowDidUpdateCollectionBehavior: string;
          WindowDidUpdateCollectionProperties: string;
          WindowDidUpdateShadow: string;
          WindowDidUpdateTitle: string;
          WindowDidUpdateToolbar: string;
          WindowDidZoom: string;
          WindowFileDraggingEntered: string;
          WindowFileDraggingExited: string;
          WindowFileDraggingPerformed: string;
          WindowHide: string;
          WindowMaximize: string;
          WindowShouldClose: string;
          WindowShow: string;
          WindowUnMaximise: string;
          WindowWillBecomeKey: string;
          WindowWillBecomeMain: string;
          WindowWillBeginSheet: string;
          WindowWillChangeOrderingMode: string;
          WindowWillClose: string;
          WindowWillDeminiaturize: string;
          WindowWillEnterFullScreen: string;
          WindowWillEnterVersionBrowser: string;
          WindowWillExitFullScreen: string;
          WindowWillExitVersionBrowser: string;
          WindowWillFocus: string;
          WindowWillMiniaturize: string;
          WindowWillMove: string;
          WindowWillOrderOffScreen: string;
          WindowWillOrderOnScreen: string;
          WindowWillResignMain: string;
          WindowWillResize: string;
          WindowWillUnfocus: string;
          WindowWillUpdate: string;
          WindowWillUpdateAlpha: string;
          WindowWillUpdateCollectionBehavior: string;
          WindowWillUpdateCollectionProperties: string;
          WindowWillUpdateShadow: string;
          WindowWillUpdateTitle: string;
          WindowWillUpdateToolbar: string;
          WindowWillUpdateVisibility: string;
          WindowWillUseStandardFrame: string;
          WindowZoomIn: string;
          WindowZoomOut: string;
          WindowZoomReset: string;
      }
      • ApplicationDidBecomeActive: string
      • ApplicationDidChangeBackingProperties: string
      • ApplicationDidChangeEffectiveAppearance: string
      • ApplicationDidChangeIcon: string
      • ApplicationDidChangeOcclusionState: string
      • ApplicationDidChangeScreenParameters: string
      • ApplicationDidChangeStatusBarFrame: string
      • ApplicationDidChangeStatusBarOrientation: string
      • ApplicationDidChangeTheme: string
      • ApplicationDidFinishLaunching: string
      • ApplicationDidHide: string
      • ApplicationDidResignActiveNotification: string
      • ApplicationDidUnhide: string
      • ApplicationDidUpdate: string
      • ApplicationShouldHandleReopen: string
      • ApplicationWillBecomeActive: string
      • ApplicationWillFinishLaunching: string
      • ApplicationWillHide: string
      • ApplicationWillResignActive: string
      • ApplicationWillTerminate: string
      • ApplicationWillUnhide: string
      • ApplicationWillUpdate: string
      • MenuDidAddItem: string
      • MenuDidBeginTracking: string
      • MenuDidClose: string
      • MenuDidDisplayItem: string
      • MenuDidEndTracking: string
      • MenuDidHighlightItem: string
      • MenuDidOpen: string
      • MenuDidPopUp: string
      • MenuDidRemoveItem: string
      • MenuDidSendAction: string
      • MenuDidSendActionToItem: string
      • MenuDidUpdate: string
      • MenuWillAddItem: string
      • MenuWillBeginTracking: string
      • MenuWillDisplayItem: string
      • MenuWillEndTracking: string
      • MenuWillHighlightItem: string
      • MenuWillOpen: string
      • MenuWillPopUp: string
      • MenuWillRemoveItem: string
      • MenuWillSendAction: string
      • MenuWillSendActionToItem: string
      • MenuWillUpdate: string
      • WebViewDidCommitNavigation: string
      • WebViewDidFinishNavigation: string
      • WebViewDidReceiveServerRedirectForProvisionalNavigation: string
      • WebViewDidStartProvisionalNavigation: string
      • WindowDidBecomeKey: string
      • WindowDidBecomeMain: string
      • WindowDidBeginSheet: string
      • WindowDidChangeAlpha: string
      • WindowDidChangeBackingLocation: string
      • WindowDidChangeBackingProperties: string
      • WindowDidChangeCollectionBehavior: string
      • WindowDidChangeEffectiveAppearance: string
      • WindowDidChangeOcclusionState: string
      • WindowDidChangeOrderingMode: string
      • WindowDidChangeScreen: string
      • WindowDidChangeScreenParameters: string
      • WindowDidChangeScreenProfile: string
      • WindowDidChangeScreenSpace: string
      • WindowDidChangeScreenSpaceProperties: string
      • WindowDidChangeSharingType: string
      • WindowDidChangeSpace: string
      • WindowDidChangeSpaceOrderingMode: string
      • WindowDidChangeTitle: string
      • WindowDidChangeToolbar: string
      • WindowDidDeminiaturize: string
      • WindowDidEndSheet: string
      • WindowDidEnterFullScreen: string
      • WindowDidEnterVersionBrowser: string
      • WindowDidExitFullScreen: string
      • WindowDidExitVersionBrowser: string
      • WindowDidExpose: string
      • WindowDidFocus: string
      • WindowDidMiniaturize: string
      • WindowDidMove: string
      • WindowDidOrderOffScreen: string
      • WindowDidOrderOnScreen: string
      • WindowDidResignKey: string
      • WindowDidResignMain: string
      • WindowDidResize: string
      • WindowDidUpdate: string
      • WindowDidUpdateAlpha: string
      • WindowDidUpdateCollectionBehavior: string
      • WindowDidUpdateCollectionProperties: string
      • WindowDidUpdateShadow: string
      • WindowDidUpdateTitle: string
      • WindowDidUpdateToolbar: string
      • WindowDidZoom: string
      • WindowFileDraggingEntered: string
      • WindowFileDraggingExited: string
      • WindowFileDraggingPerformed: string
      • WindowHide: string
      • WindowMaximize: string
      • WindowShouldClose: string
      • WindowShow: string
      • WindowUnMaximise: string
      • WindowWillBecomeKey: string
      • WindowWillBecomeMain: string
      • WindowWillBeginSheet: string
      • WindowWillChangeOrderingMode: string
      • WindowWillClose: string
      • WindowWillDeminiaturize: string
      • WindowWillEnterFullScreen: string
      • WindowWillEnterVersionBrowser: string
      • WindowWillExitFullScreen: string
      • WindowWillExitVersionBrowser: string
      • WindowWillFocus: string
      • WindowWillMiniaturize: string
      • WindowWillMove: string
      • WindowWillOrderOffScreen: string
      • WindowWillOrderOnScreen: string
      • WindowWillResignMain: string
      • WindowWillResize: string
      • WindowWillUnfocus: string
      • WindowWillUpdate: string
      • WindowWillUpdateAlpha: string
      • WindowWillUpdateCollectionBehavior: string
      • WindowWillUpdateCollectionProperties: string
      • WindowWillUpdateShadow: string
      • WindowWillUpdateTitle: string
      • WindowWillUpdateToolbar: string
      • WindowWillUpdateVisibility: string
      • WindowWillUseStandardFrame: string
      • WindowZoomIn: string
      • WindowZoomOut: string
      • WindowZoomReset: string
    • Windows: {
          APMPowerSettingChange: string;
          APMPowerStatusChange: string;
          APMResumeAutomatic: string;
          APMResumeSuspend: string;
          APMSuspend: string;
          ApplicationStarted: string;
          SystemThemeChanged: string;
          WebViewNavigationCompleted: string;
          WindowActive: string;
          WindowBackgroundErase: string;
          WindowClickActive: string;
          WindowClosing: string;
          WindowDPIChanged: string;
          WindowDidMove: string;
          WindowDidResize: string;
          WindowDragDrop: string;
          WindowDragEnter: string;
          WindowDragLeave: string;
          WindowDragOver: string;
          WindowEndMove: string;
          WindowEndResize: string;
          WindowFullscreen: string;
          WindowHide: string;
          WindowInactive: string;
          WindowKeyDown: string;
          WindowKeyUp: string;
          WindowKillFocus: string;
          WindowMaximise: string;
          WindowMinimise: string;
          WindowNonClientHit: string;
          WindowNonClientMouseDown: string;
          WindowNonClientMouseLeave: string;
          WindowNonClientMouseMove: string;
          WindowNonClientMouseUp: string;
          WindowPaint: string;
          WindowRestore: string;
          WindowSetFocus: string;
          WindowShow: string;
          WindowStartMove: string;
          WindowStartResize: string;
          WindowUnFullscreen: string;
          WindowUnMaximise: string;
          WindowUnMinimise: string;
          WindowZOrderChanged: string;
      }
      • APMPowerSettingChange: string
      • APMPowerStatusChange: string
      • APMResumeAutomatic: string
      • APMResumeSuspend: string
      • APMSuspend: string
      • ApplicationStarted: string
      • SystemThemeChanged: string
      • WebViewNavigationCompleted: string
      • WindowActive: string
      • WindowBackgroundErase: string
      • WindowClickActive: string
      • WindowClosing: string
      • WindowDPIChanged: string
      • WindowDidMove: string
      • WindowDidResize: string
      • WindowDragDrop: string
      • WindowDragEnter: string
      • WindowDragLeave: string
      • WindowDragOver: string
      • WindowEndMove: string
      • WindowEndResize: string
      • WindowFullscreen: string
      • WindowHide: string
      • WindowInactive: string
      • WindowKeyDown: string
      • WindowKeyUp: string
      • WindowKillFocus: string
      • WindowMaximise: string
      • WindowMinimise: string
      • WindowNonClientHit: string
      • WindowNonClientMouseDown: string
      • WindowNonClientMouseLeave: string
      • WindowNonClientMouseMove: string
      • WindowNonClientMouseUp: string
      • WindowPaint: string
      • WindowRestore: string
      • WindowSetFocus: string
      • WindowShow: string
      • WindowStartMove: string
      • WindowStartResize: string
      • WindowUnFullscreen: string
      • WindowUnMaximise: string
      • WindowUnMinimise: string
      • WindowZOrderChanged: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/variables/Window.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/variables/Window.html index 68e735f9f..9c4a27920 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/variables/Window.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/variables/Window.html @@ -1,2 +1,2 @@ Window | @wailsio/runtime

    Variable WindowConst

    Window: Window = ...

    The window within which the script is running.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/package.json b/v3/internal/runtime/desktop/@wailsio/runtime/package.json index 53094cb69..7ae1563cb 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/package.json +++ b/v3/internal/runtime/desktop/@wailsio/runtime/package.json @@ -1,7 +1,7 @@ { "name": "@wailsio/runtime", "type": "module", - "version": "3.0.0-alpha.46", + "version": "3.0.0-alpha.47", "description": "Wails Runtime", "types": "types/index.d.ts", "exports": {