chore: docs

This commit is contained in:
Simon
2025-10-21 21:32:49 +08:00
parent 116d76b230
commit 7278b73290

View File

@@ -66,7 +66,7 @@ export interface UIConfig {
/**
* @note this hook can block the disposal process
* @note when dispose caused by page unload, `reason` will be 'PAGE_UNLOADING'. this method CANNOT block the unload process. async operations may be cut.
* @note when dispose caused by page unload, `reason` will be 'PAGE_UNLOADING'. this method CANNOT block unloading. async operations may be cut.
*/
onDispose?: (this: PageAgent, reason?: string) => void