@wailsio/runtime
    Preparing search index...

    Function ByName

    • Calls a bound method by name with the specified arguments. See Call for details.

      Parameters

      • methodName: string

        The name of the method in the format 'package.struct.method'.

      • ...args: any[]

        The arguments to pass to the method.

      Returns CancellablePromise<any>

      The result of the method call.