diff --git a/api/@internal/component/ets/web.d.ts b/api/@internal/component/ets/web.d.ts index e3f17eb31b33d44554d64b4b2957933ae2b990d8..292fff2b8c9d7149aab56bf30c160b86c1fbb81f 100644 --- a/api/@internal/component/ets/web.d.ts +++ b/api/@internal/component/ets/web.d.ts @@ -5,6 +5,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