From 5eefaebaee0fcf0e8f23f3a330fd5331ff69d188 Mon Sep 17 00:00:00 2001 From: xuzhidan Date: Mon, 20 Jun 2022 17:03:53 +0800 Subject: [PATCH] Add a callback when the component visible area change. Signed-off-by: xuzhidan Change-Id: Iaffb07ae65766a0d0ea97b33a10be7d7b01b1868 --- compiler/components/common_attrs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/components/common_attrs.json b/compiler/components/common_attrs.json index f01f89e..9b7fa9f 100644 --- a/compiler/components/common_attrs.json +++ b/compiler/components/common_attrs.json @@ -19,6 +19,6 @@ "accessibilityImportance", "onAccessibility", "grayscale", "brightness", "contrast", "saturate", "geometryTransition", "bindPopup", "colorBlend", "invert", "sepia", "hueRotate", "bindMenu", "bindContextMenu", - "onFocus", "onBlur", "onFocusMove", "focusable", "tabIndex", "responseRegion", "alignRules" + "onFocus", "onBlur", "onFocusMove", "focusable", "tabIndex", "responseRegion", "alignRules", "onVisibleAreaChange" ] }