From c96b7c693c9f8aa169861194e848d57a19e019e8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 27 Feb 2025 19:07:58 +0000 Subject: [PATCH] [skip ci] Publish @wailsio/runtime 3.0.0-alpha.59 --- .../docs/classes/Call.RuntimeError.html | 4 +-- .../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 +- .../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/Call.CallOptions.html | 8 ++--- .../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 +- 73 files changed, 147 insertions(+), 147 deletions(-) diff --git a/v3/internal/runtime/desktop/@wailsio/runtime/docs/classes/Call.RuntimeError.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/classes/Call.RuntimeError.html index 8be63de1a..5c924c060 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/classes/Call.RuntimeError.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/classes/Call.RuntimeError.html @@ -1,6 +1,6 @@ RuntimeError | @wailsio/runtime

Exception class that will be thrown in case the bound method returns an error. The value of the RuntimeError#name property is "RuntimeError".

-

Hierarchy

  • Error
    • RuntimeError

Constructors

Hierarchy

  • Error
    • RuntimeError

Constructors

Properties

cause? message name @@ -8,4 +8,4 @@ The value of the

Constructors

  • Constructs a new RuntimeError instance.

    Parameters

    • message: string

      The error message.

    • Rest ...args: any[]

      Optional arguments for the Error constructor.

      -

    Returns RuntimeError

Properties

cause?: unknown
message: string
name: string
stack?: string

Generated using TypeDoc

\ No newline at end of file +

Returns RuntimeError

Properties

cause?: unknown
message: string
name: string
stack?: string

Generated using TypeDoc

\ No newline at end of file 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 2fdcef19a..24e9770fb 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 82498f495..637c9c990 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 5276f9cfd..b34c5ad5d 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 8efd8b2af..98d8d11ac 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 e58e7ea97..734238239 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 c63a69932..8de8bebe0 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 @@ -5,4 +5,4 @@ See Call for details.

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/Call.ByName.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Call.ByName.html index af5e54d94..4e9570a4f 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 @@ See Call for details.

Parameters

Returns Promise<any>

The result of the method call.

-

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 9c808a90b..935fa7232 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 @@ -8,4 +8,4 @@ by the application- or service-level error marshaling functions.

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.SetText.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/functions/Clipboard.SetText.html index ee2b91c04..2ce10c908 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 d7903ce64..1061c0c19 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 53272faca..1d32fc792 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 820261045..11bc26fb3 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 29fa872b9..48b2a9f32 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 f952af5eb..f8fbe1aaf 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 4bc09bc89..94b8fde19 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 bfcce5c1f..3d567c03f 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 cc3166f22..4ae894e02 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 d7cc6a411..02621c41d 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 81cd49417..dab59add4 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 a4f05279a..29f618f14 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 7187f1f8f..2d183b929 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 050e75212..b50818794 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 924e0dfe1..aa7dca39b 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 986146db9..dc879a52b 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 b381ff2d7..50d9a392f 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 7662e117a..38a162f3a 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 129c7e471..6a1b371dd 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 1bc9c2d50..b8e48ba9b 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 eab83280f..e07257746 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 630dd4441..3a8a4785c 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 91e47b8b2..a76031416 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 0410cd72d..47bd9b743 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 9b302e99d..b2ff1bdd6 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 88f7ae6d6..a742087e9 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 d3ce717ba..38c1fc9c7 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 dc0220ca9..95d91956b 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 60a78774f..148cf555a 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 fd78272cf..cfa4aaaa0 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 a0fb265a1..f0119dfc6 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 484a00352..7b8101b08 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 4be7ddfdb..85db1e171 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 7432977d2..47c550634 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 d308687a2..d0c715b5d 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 ed9b05b3c..5868f5492 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

    Generated using TypeDoc

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

    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 96607e20e..914650375 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 dda46c9bd..b63b6ec82 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 f68c18b13..66dee77b5 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/Call.CallOptions.html b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Call.CallOptions.html index 77b0c27a5..aeea66598 100644 --- a/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Call.CallOptions.html +++ b/v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Call.CallOptions.html @@ -1,7 +1,7 @@ -CallOptions | @wailsio/runtime

    Interface CallOptions

    interface CallOptions {
        args: any[];
        methodID: undefined | number;
        methodName: undefined | string;
    }

    Properties

    args +CallOptions | @wailsio/runtime

    Interface CallOptions

    interface CallOptions {
        args: any[];
        methodID: undefined | number;
        methodName: undefined | string;
    }

    Properties

    args: any[]

    Arguments to be passed into the bound method.

    -
    methodID: undefined | number

    The numeric ID of the bound method to call.

    -
    methodName: undefined | string

    The fully qualified name of the bound method to call.

    -

    Generated using TypeDoc

    \ No newline at end of file +
    methodID: undefined | number

    The numeric ID of the bound method to call.

    +
    methodName: undefined | string

    The fully qualified name of the bound method to call.

    +

    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 6ab3eb519..f188f2662 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 dc090f0db..dfb026277 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 394f96bd7..ff6b112f6 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 f9f370621..ec078e5d0 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 9c18d7d92..d4f058d56 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 0f5d9d0c6..1c8f1ee6e 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 021012a8c..5f55b9a51 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 4ff328bd8..77dfa4df8 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 a91f72a06..fdc4e75ef 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 e4cff39d4..db7366c5a 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 6ee3e0da3..d0747cd3d 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 014464ffd..d17953d4f 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 e0b4719c2..929ef8bc1 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

    Classes

    RuntimeError +Call | @wailsio/runtime

    Namespace Call

    Index

    Classes

    Interfaces

    Functions

    ByID ByName 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 54c4e2dce..5ebcba3d6 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 3f7199faa..7c2a30be3 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 061f48910..1761825a6 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 7dbc52dca..33cf3acfa 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 ba56c1dad..0b1dd1ae5 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 1a3858967..c5203a448 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 910674610..dd0778a5d 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 fcb7a7c4d..2ae34fb48 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 fc5825db3..4b56461ca 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;
            ApplicationDidResignActive: 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;
            WindowMaximise: string;
            WindowMinimise: string;
            WindowShouldClose: string;
            WindowShow: string;
            WindowUnMaximise: string;
            WindowUnMinimise: 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;
          ApplicationDidResignActive: 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;
          WindowMaximise: string;
          WindowMinimise: string;
          WindowShouldClose: string;
          WindowShow: string;
          WindowUnMaximise: string;
          WindowUnMinimise: 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
      • ApplicationDidResignActive: 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
      • WindowMaximise: string
      • WindowMinimise: string
      • WindowShouldClose: string
      • WindowShow: string
      • WindowUnMaximise: string
      • WindowUnMinimise: 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;
            ApplicationDidResignActive: 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;
            WindowMaximise: string;
            WindowMinimise: string;
            WindowShouldClose: string;
            WindowShow: string;
            WindowUnMaximise: string;
            WindowUnMinimise: 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;
          ApplicationDidResignActive: 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;
          WindowMaximise: string;
          WindowMinimise: string;
          WindowShouldClose: string;
          WindowShow: string;
          WindowUnMaximise: string;
          WindowUnMinimise: 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
      • ApplicationDidResignActive: 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
      • WindowMaximise: string
      • WindowMinimise: string
      • WindowShouldClose: string
      • WindowShow: string
      • WindowUnMaximise: string
      • WindowUnMinimise: 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 17062c97c..e9774d5c3 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 ae1fd6853..122cf4ada 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.58", + "version": "3.0.0-alpha.59", "description": "Wails Runtime", "types": "types/index.d.ts", "exports": {