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

    Type Alias ModuleErrorCallback

    ModuleErrorCallback: (error: string) => any

    Type declaration

      • (error: string): any
      • Parameters

        • error: string

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

        Returns any