diff --git a/api/@ohos.arkui.UIContext.d.ts b/api/@ohos.arkui.UIContext.d.ts index 9278165b5bd7f616acb3e86bc9c9dc9e263c4191..5ade70cf646231133b8562a0f178e0052aef78fe 100644 --- a/api/@ohos.arkui.UIContext.d.ts +++ b/api/@ohos.arkui.UIContext.d.ts @@ -4840,6 +4840,16 @@ export declare class UIContext { * @since 21 */ static setResourceManagerCacheMaxCountForHSP(count: number): void; + + /** + * whether to enable or disable event pass through. + * + * @param { boolean } enabled - enable or disable event pass through. + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @atomicservice + * @since 23 + */ + enableEventPassThrough(enabled: boolean): void; } /**