How to get the onLoadProgress function in SceneLoader.Import

I am using SceneLoader.Import to add meshes to my scene
I need a function similar to onLoadProgress function which I present in Model tag in react babylon.
Is there any similar function in SceneLoader.Import ??

Basically I need the model load progress ie how much model load has been imported to the scene?

Hello, this is not supported on ImportMesh as this is not an operation with multiple steps. But you can probably get a sense of progress with SceneLoader.Append