Engine API Reference - v2.7.3
    Preparing search index...

    Type Alias ModuleErrorCallback

    ModuleErrorCallback: (error: string) => void

    Callback used by WasmModule.setConfig.

    Type declaration

      • (error: string): void
      • Parameters

        • error: string

          If the instance fails to load this will contain a description of the error.

        Returns void