LoadSceneDataCallback: ((err, sceneItem?) => any)

Type declaration

    • (err, sceneItem?): any
    • Parameters

      • err: string | null

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

      • Optional sceneItem: SceneRegistryItem

        The scene registry item if no errors were encountered.

      Returns any