diff --git a/api/@internal/component/ets/web.d.ts b/api/@internal/component/ets/web.d.ts index 00ea08058bd91a4fa420842b21ab366ef332c261..32fb770fb1911841a133aeccf6dca42e95af4829 100644 --- a/api/@internal/component/ets/web.d.ts +++ b/api/@internal/component/ets/web.d.ts @@ -169,6 +169,18 @@ declare class WebController { */ constructor(); + /** + * Let the Web inactive. + * @since 8 + */ + onInactive(): void; + + /** + * Let the Web active. + * @since 8 + */ + onActive(): void; + /** * Means to load a piece of code and execute JS code in the context of the currently displayed page * @since 8