loadingModal

Sets the global loading modal shown while guards or dynamic entry routes are evaluating.

The modal is shown as a RenderLayer.SYSTEM overlay when evaluation takes longer than the loadingThreshold configured on entry() or intercept() (default 200ms).

It does not need to be registered in screens or modals — it is registered automatically by the navigation module.

Parameters

modal

The loading modal to display during async evaluation