@bbx-audio/nectar
    Preparing search index...

    Function getNativeFunction

    • Returns a function object that calls a function registered on the JUCE backend and forwards all parameters to it.

      The provided name should be the same as the name argument passed to WebBrowserComponent::Options.withNativeFunction() on the backend.

      Type Parameters

      • T = unknown

      Parameters

      • name: string

      Returns (...args: unknown[]) => Promise<T>