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

    Type Alias LoadSettingsCallback

    LoadSettingsCallback: (err: string | null) => any

    Type declaration

      • (err: string | null): any
      • Parameters

        • err: string | null

          The error message in the case where the loading or parsing fails.

        Returns any