Waits for UI5 to reach a stable (idle) state after a save or navigation.
UI5 interaction handler.
Optional
Optional timeout override (ms).
timeout
An IntentResult<void> describing the outcome.
IntentResult<void>
Wait for all pending UI5 rendering and data-binding to complete.
Replaces brittle page.waitForTimeout() calls.
page.waitForTimeout()
import { waitForSave } from '#intents/core-wrappers.js';await waitForSave(ui5, { timeout: 15_000 }); Copy
import { waitForSave } from '#intents/core-wrappers.js';await waitForSave(ui5, { timeout: 15_000 });
Waits for UI5 to reach a stable (idle) state after a save or navigation.